summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:52:13 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:52:13 +0300
commit7e304bcd9ec014c628663b2ca6e9a610cb7a27e2 (patch)
tree3a1d09fc184131b2eef9b7dccc50dc5d734e55f8 /go.mod
parenta5db15c571e786ed6c7dbd47e515c4ec368020c8 (diff)
Поправил имя пакетаHEADv0.0.4master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index e6e33a7..d9687b6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,6 @@
-module go.neonxp.ru/mux
+module neonxp.ru/go/mux
go 1.22.5
-require go.neonxp.ru/objectid v0.0.2
+require neonxp.ru/go/objectid v0.0.2
-replace go.neonxp.ru/mux latest => neonxp.ru/go/mux latest