From: Sergey Matveev Date: Tue, 23 Jul 2024 11:59:26 +0000 (+0300) Subject: Change namespace because of domain expiration X-Git-Tag: v3.0.0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9a8e6b2081c72b64318914cdcde7f57e12ba14fd;p=balloon.git Change namespace because of domain expiration --- diff --git a/cmd/balloon/main.go b/cmd/balloon/main.go index e5d42d3..217d7ba 100644 --- a/cmd/balloon/main.go +++ b/cmd/balloon/main.go @@ -26,7 +26,7 @@ import ( "io" "os" - "go.cypherpunks.ru/balloon/v2" + "go.cypherpunks.su/balloon/v3" ) func main() { diff --git a/go.mod b/go.mod index 8492546..6d4ef2e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.ru/balloon/v2 +module go.cypherpunks.su/balloon/v3 -go 1.12 +go 1.20