From 4beb2d913d61e888b266e106e1b8a9e4691dd2ab Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 23 Jul 2024 15:10:28 +0300 Subject: [PATCH] Change namespace because of domain expiration --- README | 2 +- cmd/netstring/main.go | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.48.1