]> Cypherpunks repositories - balloon.git/commitdiff
Move to stargrave.org master v4.0.0
authorSergey Matveev <stargrave@stargrave.org>
Sat, 21 Mar 2026 16:19:13 +0000 (19:19 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 21 Mar 2026 16:19:13 +0000 (19:19 +0300)
cmd/balloon/main.go
go.mod

index cdd5d89f3cefb4ea374c22a690c7f5a29f6602d7..f9e542b7a928cc622134d2f4fc73d17ba8694718 100644 (file)
@@ -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 6d4ef2e44ee40e43aa7e3b5dbc661fd4670dbe13..63ebe84e513a49d393ede9fe0846c97348f68ff2 100644 (file)
--- 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