diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:52:13 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:52:13 +0300 |
commit | 7e304bcd9ec014c628663b2ca6e9a610cb7a27e2 (patch) | |
tree | 3a1d09fc184131b2eef9b7dccc50dc5d734e55f8 /go.mod | |
parent | a5db15c571e786ed6c7dbd47e515c4ec368020c8 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |