From: Sergey Matveev Date: Tue, 23 Jul 2024 09:25:55 +0000 (+0300) Subject: Alter Go namespace X-Git-Tag: v8.11.0^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d3cc06ac874894c7c321c52361b69667b50ec0c;p=nncp.git Alter Go namespace cypherpunks.ru will expire soon. --- diff --git a/src/call.go b/src/call.go index 7e0b197..9d928fd 100644 --- a/src/call.go +++ b/src/call.go @@ -25,7 +25,7 @@ import ( "github.com/dustin/go-humanize" "github.com/gorhill/cronexpr" - nncpYggdrasil "go.cypherpunks.ru/nncp/v8/yggdrasil" + nncpYggdrasil "go.cypherpunks.su/nncp/v8/yggdrasil" ) type Call struct { diff --git a/src/cmd/nncp-ack/main.go b/src/cmd/nncp-ack/main.go index d81c231..fe31b6e 100644 --- a/src/cmd/nncp-ack/main.go +++ b/src/cmd/nncp-ack/main.go @@ -28,7 +28,7 @@ import ( "strings" xdr "github.com/davecgh/go-xdr/xdr2" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-bundle/main.go b/src/cmd/nncp-bundle/main.go index 861d315..abaa2da 100644 --- a/src/cmd/nncp-bundle/main.go +++ b/src/cmd/nncp-bundle/main.go @@ -32,7 +32,7 @@ import ( xdr "github.com/davecgh/go-xdr/xdr2" "github.com/dustin/go-humanize" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-call/main.go b/src/cmd/nncp-call/main.go index dc1a16e..ebc3f34 100644 --- a/src/cmd/nncp-call/main.go +++ b/src/cmd/nncp-call/main.go @@ -26,7 +26,7 @@ import ( "strings" "time" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-caller/main.go b/src/cmd/nncp-caller/main.go index 2d81091..4386325 100644 --- a/src/cmd/nncp-caller/main.go +++ b/src/cmd/nncp-caller/main.go @@ -27,7 +27,7 @@ import ( "sync" "time" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-cfgdir/main.go b/src/cmd/nncp-cfgdir/main.go index 66246d1..dccc387 100644 --- a/src/cmd/nncp-cfgdir/main.go +++ b/src/cmd/nncp-cfgdir/main.go @@ -23,7 +23,7 @@ import ( "os" "github.com/hjson/hjson-go/v4" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-cfgenc/main.go b/src/cmd/nncp-cfgenc/main.go index 305f669..8516e2f 100644 --- a/src/cmd/nncp-cfgenc/main.go +++ b/src/cmd/nncp-cfgenc/main.go @@ -25,7 +25,7 @@ import ( "os" xdr "github.com/davecgh/go-xdr/xdr2" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" "golang.org/x/crypto/blake2b" "golang.org/x/term" ) diff --git a/src/cmd/nncp-cfgmin/main.go b/src/cmd/nncp-cfgmin/main.go index 8b4b220..25ce1e9 100644 --- a/src/cmd/nncp-cfgmin/main.go +++ b/src/cmd/nncp-cfgmin/main.go @@ -23,7 +23,7 @@ import ( "os" "github.com/hjson/hjson-go/v4" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-cfgnew/main.go b/src/cmd/nncp-cfgnew/main.go index 8f785bc..5bc087c 100644 --- a/src/cmd/nncp-cfgnew/main.go +++ b/src/cmd/nncp-cfgnew/main.go @@ -30,7 +30,7 @@ import ( "golang.org/x/crypto/blake2b" "golang.org/x/crypto/nacl/box" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-check/main.go b/src/cmd/nncp-check/main.go index 7ea70d0..fa55d54 100644 --- a/src/cmd/nncp-check/main.go +++ b/src/cmd/nncp-check/main.go @@ -24,7 +24,7 @@ import ( "path/filepath" "time" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-cronexpr/main.go b/src/cmd/nncp-cronexpr/main.go index c8fbd4d..722d9fe 100644 --- a/src/cmd/nncp-cronexpr/main.go +++ b/src/cmd/nncp-cronexpr/main.go @@ -25,7 +25,7 @@ import ( "time" "github.com/gorhill/cronexpr" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-daemon/main.go b/src/cmd/nncp-daemon/main.go index 48a68a0..047654e 100644 --- a/src/cmd/nncp-daemon/main.go +++ b/src/cmd/nncp-daemon/main.go @@ -28,8 +28,8 @@ import ( "time" "github.com/dustin/go-humanize" - "go.cypherpunks.ru/nncp/v8" - nncpYggdrasil "go.cypherpunks.ru/nncp/v8/yggdrasil" + "go.cypherpunks.su/nncp/v8" + nncpYggdrasil "go.cypherpunks.su/nncp/v8/yggdrasil" "golang.org/x/net/netutil" ) diff --git a/src/cmd/nncp-exec/main.go b/src/cmd/nncp-exec/main.go index 31ca7d7..5adc834 100644 --- a/src/cmd/nncp-exec/main.go +++ b/src/cmd/nncp-exec/main.go @@ -24,7 +24,7 @@ import ( "os" "strings" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-file/main.go b/src/cmd/nncp-file/main.go index 2366542..8276e3a 100644 --- a/src/cmd/nncp-file/main.go +++ b/src/cmd/nncp-file/main.go @@ -23,7 +23,7 @@ import ( "os" "strings" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-freq/main.go b/src/cmd/nncp-freq/main.go index dc69d39..3bd8ad7 100644 --- a/src/cmd/nncp-freq/main.go +++ b/src/cmd/nncp-freq/main.go @@ -24,7 +24,7 @@ import ( "path/filepath" "strings" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-hash/main.go b/src/cmd/nncp-hash/main.go index 1bcbe92..4468570 100644 --- a/src/cmd/nncp-hash/main.go +++ b/src/cmd/nncp-hash/main.go @@ -26,7 +26,7 @@ import ( "os" "sync" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-log/main.go b/src/cmd/nncp-log/main.go index 71302a4..5b44501 100644 --- a/src/cmd/nncp-log/main.go +++ b/src/cmd/nncp-log/main.go @@ -23,7 +23,7 @@ import ( "log" "os" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" "go.cypherpunks.su/recfile/v2" ) diff --git a/src/cmd/nncp-pkt/main.go b/src/cmd/nncp-pkt/main.go index 294f416..c839181 100644 --- a/src/cmd/nncp-pkt/main.go +++ b/src/cmd/nncp-pkt/main.go @@ -27,7 +27,7 @@ import ( xdr "github.com/davecgh/go-xdr/xdr2" "github.com/klauspost/compress/zstd" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-reass/main.go b/src/cmd/nncp-reass/main.go index fb4c9cf..4782f62 100644 --- a/src/cmd/nncp-reass/main.go +++ b/src/cmd/nncp-reass/main.go @@ -34,7 +34,7 @@ import ( xdr "github.com/davecgh/go-xdr/xdr2" "github.com/dustin/go-humanize" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-rm/main.go b/src/cmd/nncp-rm/main.go index c723c47..a2a9041 100644 --- a/src/cmd/nncp-rm/main.go +++ b/src/cmd/nncp-rm/main.go @@ -30,7 +30,7 @@ import ( "strings" "time" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-stat/main.go b/src/cmd/nncp-stat/main.go index 5258054..f74fd8b 100644 --- a/src/cmd/nncp-stat/main.go +++ b/src/cmd/nncp-stat/main.go @@ -24,7 +24,7 @@ import ( "sort" "github.com/dustin/go-humanize" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-toss/main.go b/src/cmd/nncp-toss/main.go index 78b3a98..a51fb8f 100644 --- a/src/cmd/nncp-toss/main.go +++ b/src/cmd/nncp-toss/main.go @@ -24,7 +24,7 @@ import ( "path/filepath" "time" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-trns/main.go b/src/cmd/nncp-trns/main.go index c6b5a93..10aad50 100644 --- a/src/cmd/nncp-trns/main.go +++ b/src/cmd/nncp-trns/main.go @@ -25,7 +25,7 @@ import ( "path/filepath" "strings" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/cmd/nncp-xfer/main.go b/src/cmd/nncp-xfer/main.go index 34e0b25..e7aaef8 100644 --- a/src/cmd/nncp-xfer/main.go +++ b/src/cmd/nncp-xfer/main.go @@ -28,7 +28,7 @@ import ( "path/filepath" "github.com/dustin/go-humanize" - "go.cypherpunks.ru/nncp/v8" + "go.cypherpunks.su/nncp/v8" ) func usage() { diff --git a/src/go.mod b/src/go.mod index d0f687c..5a3a2e7 100644 --- a/src/go.mod +++ b/src/go.mod @@ -1,4 +1,4 @@ -module go.cypherpunks.ru/nncp/v8 +module go.cypherpunks.su/nncp/v8 require ( github.com/Arceliar/ironwood v0.0.0-20240529054413-b8e59574e2b2 diff --git a/src/progress.go b/src/progress.go index 28e5153..4127428 100644 --- a/src/progress.go +++ b/src/progress.go @@ -23,7 +23,7 @@ import ( "time" "github.com/dustin/go-humanize" - "go.cypherpunks.ru/nncp/v8/uilive" + "go.cypherpunks.su/nncp/v8/uilive" ) func init() {