From: Sergey Matveev Date: Sat, 21 Mar 2026 16:19:13 +0000 (+0300) Subject: Move to stargrave.org X-Git-Tag: v4.0.0^0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d027ceb9708fbd83483e6043c5b223871b6f240;p=balloon.git Move to stargrave.org --- diff --git a/cmd/balloon/main.go b/cmd/balloon/main.go index cdd5d89..f9e542b 100644 --- a/cmd/balloon/main.go +++ b/cmd/balloon/main.go @@ -26,7 +26,7 @@ import ( "io" "os" - "go.cypherpunks.su/balloon/v3" + "go.stargrave.org/balloon/v4" ) func main() { diff --git a/go.mod b/go.mod index 6d4ef2e..63ebe84 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/balloon/v3 +module go.stargrave.org/balloon/v4 go 1.20