From a8a6ad90be638354247ba66737b171b747e3ff871bbd1db7c19534f755d7310c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 23 Jul 2024 15:11:39 +0300 Subject: [PATCH] Change namespace because of domain expiration --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b191185..5fb4714 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.ru/netrc +module go.cypherpunks.su/netrc/v2 go 1.20 -- 2.48.1