diff options
Diffstat (limited to 'query_test.go')
-rw-r--r-- | query_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/query_test.go b/query_test.go index 44383de..3859540 100644 --- a/query_test.go +++ b/query_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "go.neonxp.dev/json" - "go.neonxp.dev/json/std" + "go.neonxp.ru/json" + "go.neonxp.ru/json/std" ) func TestMustQuery(t *testing.T) { |