diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:52:39 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:52:39 +0300 |
commit | eb3ae6bd0085f4559154a4acf7736dad7af32216 (patch) | |
tree | ad88caf32bbff3996471c64e8e15af9d5c524ca8 | |
parent | 9602fbe248734e568d4172b04751ba67ef0c72f1 (diff) |
-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) { |