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