]> Cypherpunks repositories - balloon.git/commitdiff
Change namespace because of domain expiration v3.0.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 11:59:26 +0000 (14:59 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 11:59:26 +0000 (14:59 +0300)
cmd/balloon/main.go
go.mod

index e5d42d303291904439c8d8befbe70d41d2255b92..217d7ba88164d1afd9ff112654f78f061c5c9f6a 100644 (file)
@@ -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 8492546e915b38010dd7c1bbc3cdd570884dac04..6d4ef2e44ee40e43aa7e3b5dbc661fd4670dbe13 100644 (file)
--- 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