From: Sergey Matveev Date: Tue, 23 Jul 2024 12:10:28 +0000 (+0300) Subject: Change namespace because of domain expiration X-Git-Tag: v3.0.0^0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4beb2d913d61e888b266e106e1b8a9e4691dd2ab;p=netstring.git Change namespace because of domain expiration --- diff --git a/README b/README index ea30c63..99184de 100644 --- 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 diff --git a/cmd/netstring/main.go b/cmd/netstring/main.go index db8a4b3..05095b5 100644 --- a/cmd/netstring/main.go +++ b/cmd/netstring/main.go @@ -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 b968fda..8a5c251 100644 --- 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