diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:56 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:56 +0300 |
commit | cb8c7e887dbf347d6e5295771574b13fa12e5b17 (patch) | |
tree | 0b0f893be830e46c0aebfa9e69e6082ff2a75ac4 /go.mod | |
parent | 94edf043563ed65318b376a8895734b438e135ad (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -module go.neonxp.ru/jsonrpc2 +module neonxp.ru/go/jsonrpc2 go 1.18 @@ -8,5 +8,3 @@ require ( ) require github.com/qri-io/jsonpointer v0.1.1 // indirect - -replace go.neonxp.ru/jsonrpc2 latest => neonxp.ru/go/jsonrpc2 latest |