]> Cypherpunks repositories - netstring.git/commitdiff
Change namespace because of domain expiration v3.0.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:10:28 +0000 (15:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:10:28 +0000 (15:10 +0300)
README
cmd/netstring/main.go
go.mod

diff --git a/README b/README
index ea30c6314ae2f69b9ba3587548ef2e1285b7b236..99184de8afe715cff1fd9b2b692029a35db263c8 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Read more at: http://cr.yp.to/proto/netstrings.txt
 That library contains an example utility to deal with concatenated
 netstring in single file:
 
-    $ go get go.cypherpunks.ru/netstring/cmd/netstring
+    $ go install go.cypherpunks.su/netstring/v3/cmd/netstring@latest
     $ ls in[123]
     -rw------- 3490 in1
     -rw------- 1363 in2
index db8a4b37d7d0872e7e66d9c05c02e486222b3467..05095b56501844dd2c0fac35f875cbe52f243f53 100644 (file)
@@ -22,7 +22,7 @@ import (
        "os"
        "strconv"
 
-       "go.cypherpunks.ru/netstring/v2"
+       "go.cypherpunks.su/netstring/v3"
 )
 
 func usage() {
diff --git a/go.mod b/go.mod
index b968fda901a019c7ec77ddb0107d22b32c8167df..8a5c251f541ecc9b307cb7f86dc1642e1f8af6d0 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.ru/netstring/v2
+module go.cypherpunks.su/netstring/v3
 
 go 1.20