diff --git a/cmd/spectre/main.go b/cmd/spectre/main.go index 6f6a394..d67aac4 100644 --- a/cmd/spectre/main.go +++ b/cmd/spectre/main.go @@ -6,7 +6,7 @@ import ( "os" "strings" - "go.jolheiser.com/spectre" + "go.jolheiser.com/go-spectre" ) func main() { diff --git a/go.mod b/go.mod index 1305ba8..da239ff 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.jolheiser.com/spectre +module go.jolheiser.com/go-spectre go 1.17 diff --git a/spectre_test.go b/spectre_test.go index c132a29..a794aed 100644 --- a/spectre_test.go +++ b/spectre_test.go @@ -6,7 +6,7 @@ import ( "strconv" "testing" - "go.jolheiser.com/spectre" + "go.jolheiser.com/go-spectre" ) func TestSpectre(t *testing.T) {