diff options
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | objectid_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -module go.neonxp.dev/objectid +module go.neonxp.ru/objectid go 1.19 diff --git a/objectid_test.go b/objectid_test.go index 93e2ee4..6b556f2 100644 --- a/objectid_test.go +++ b/objectid_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "go.neonxp.dev/objectid" + "go.neonxp.ru/objectid" ) func TestID_String(t *testing.T) { |