diff --git a/cmd/spectre/main.go b/cmd/spectre/main.go index d67aac49369826d101f50a521a384cd131a2d7e5..6f6a394c5eebf21e61f0bd7904b9ec9ad5085fc8 100644 --- a/cmd/spectre/main.go +++ b/cmd/spectre/main.go @@ -6,7 +6,7 @@ "fmt" "os" "strings" - "go.jolheiser.com/go-spectre" + "go.jolheiser.com/spectre" ) func main() { diff --git a/go.mod b/go.mod index da239ff02830ca758cb77676fafb96d8c6eaffca..1305ba80632d68316baa2b69ad6bdea1f5b9d703 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.jolheiser.com/go-spectre +module go.jolheiser.com/spectre go 1.17 diff --git a/spectre_test.go b/spectre_test.go index a794aed52170fba297d73f58b2cca9e5f47993b5..c132a2901c577daaeeb620bc36493a962ce36c9d 100644 --- a/spectre_test.go +++ b/spectre_test.go @@ -6,7 +6,7 @@ "encoding/xml" "strconv" "testing" - "go.jolheiser.com/go-spectre" + "go.jolheiser.com/spectre" ) func TestSpectre(t *testing.T) {