diff --git a/go.mod b/go.mod index 6e92cbf..6ec4ed7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ahuangg/json_rules +module github.com/ahuangg/json-rules go 1.23.3 diff --git a/test/parser_test.go b/test/parser_test.go index d6e5e90..575bf36 100644 --- a/test/parser_test.go +++ b/test/parser_test.go @@ -4,7 +4,7 @@ import ( "path/filepath" "testing" - "github.com/ahuangg/json_rules/parser" + "github.com/ahuangg/json-rules/parser" "github.com/stretchr/testify/assert" ) func TestEqual(t *testing.T) {