diff --git a/go.mod b/go.mod index 427b8c4..be3ab49 100644 --- a/go.mod +++ b/go.mod @@ -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) {