From 3575a520e6c93ad5b29fd4e76cd897ccbe4b322b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 23 Mar 2026 13:06:33 +0300 Subject: [PATCH] Move to stargrave.org --- README | 2 +- cmd/netstring/main.go | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 99184de..af52f7a 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 install go.cypherpunks.su/netstring/v3/cmd/netstring@latest + $ go install go.stargrave.org/netstring/v4/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 ca0b4a3..8365737 100644 --- a/cmd/netstring/main.go +++ b/cmd/netstring/main.go @@ -22,7 +22,7 @@ import ( "os" "strconv" - "go.cypherpunks.su/netstring/v3" + "go.stargrave.org/netstring/v4" ) func usage() { diff --git a/go.mod b/go.mod index 8a5c251..4f1b5ec 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/netstring/v3 +module go.stargrave.org/netstring/v4 go 1.20 -- 2.52.0