From cb8c7e887dbf347d6e5295771574b13fa12e5b17 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:51:56 +0300 Subject: Поправил имя пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a18d7e9..f0a1fa8 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3