diff --git a/README.md b/README.md index 5828239..1f26b74 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ package tagexpr_test import ( "fmt" - tagexpr "github.com/bytedance/go-tagexpr" + tagexpr "github.com/bytedance/go-tagexpr/v2" ) func Example() { diff --git a/example_test.go b/example_test.go index 9984627..10f944b 100644 --- a/example_test.go +++ b/example_test.go @@ -17,7 +17,7 @@ package tagexpr_test import ( "fmt" - tagexpr "github.com/bytedance/go-tagexpr" + tagexpr "github.com/bytedance/go-tagexpr/v2" ) func Example() { diff --git a/spec_func_test.go b/spec_func_test.go index a55f035..93d2226 100644 --- a/spec_func_test.go +++ b/spec_func_test.go @@ -18,7 +18,7 @@ import ( "regexp" "testing" - "github.com/bytedance/go-tagexpr" + "github.com/bytedance/go-tagexpr/v2" ) func TestFunc(t *testing.T) {