]> Cypherpunks repositories - nncp.git/commitdiff
Alter Go namespace
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 09:25:55 +0000 (12:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 09:35:50 +0000 (12:35 +0300)
cypherpunks.ru will expire soon.

26 files changed:
src/call.go
src/cmd/nncp-ack/main.go
src/cmd/nncp-bundle/main.go
src/cmd/nncp-call/main.go
src/cmd/nncp-caller/main.go
src/cmd/nncp-cfgdir/main.go
src/cmd/nncp-cfgenc/main.go
src/cmd/nncp-cfgmin/main.go
src/cmd/nncp-cfgnew/main.go
src/cmd/nncp-check/main.go
src/cmd/nncp-cronexpr/main.go
src/cmd/nncp-daemon/main.go
src/cmd/nncp-exec/main.go
src/cmd/nncp-file/main.go
src/cmd/nncp-freq/main.go
src/cmd/nncp-hash/main.go
src/cmd/nncp-log/main.go
src/cmd/nncp-pkt/main.go
src/cmd/nncp-reass/main.go
src/cmd/nncp-rm/main.go
src/cmd/nncp-stat/main.go
src/cmd/nncp-toss/main.go
src/cmd/nncp-trns/main.go
src/cmd/nncp-xfer/main.go
src/go.mod
src/progress.go

index 7e0b197f620c4cff5e0ef20debf39ba422c1d782..9d928fd4bdeac7dfd862f5ea2464872d4c395905 100644 (file)
@@ -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 {
index d81c2319f05775956bb40ec2272eca72e98490c3..fe31b6e7b07215d8a42bd3adfe0fa4e47c6c45ed 100644 (file)
@@ -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() {
index 861d31544bfd804b8f2e64c8e047a24b80e893e9..abaa2dad50dc176a753d56c5c68537b520859025 100644 (file)
@@ -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() {
index dc1a16e6dbc24568533a37bab980acfd1fe538e0..ebc3f34b7c087903806c90edd8d69dc374560e04 100644 (file)
@@ -26,7 +26,7 @@ import (
        "strings"
        "time"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 2d81091c49db4d8fecdadd4df6cfa2bada786b80..4386325c1124ddbdf9dcb5a6f5e6ed4b85c187d8 100644 (file)
@@ -27,7 +27,7 @@ import (
        "sync"
        "time"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 66246d11ef5ed148b2684e55d19985b567a80483..dccc3879c15b4482afd587596907a38d2971efae 100644 (file)
@@ -23,7 +23,7 @@ import (
        "os"
 
        "github.com/hjson/hjson-go/v4"
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 305f669954789f82bfad5ace40ad23dffdffddf7..8516e2fc46f77b2dc9e294b045991c5676c772d7 100644 (file)
@@ -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"
 )
index 8b4b22063a1f2c28b88dc65ace26a8b1657cc1e8..25ce1e9f7db93502cfc4d71e8b0911b2c1239640 100644 (file)
@@ -23,7 +23,7 @@ import (
        "os"
 
        "github.com/hjson/hjson-go/v4"
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 8f785bc1b784f64b967b620207d5111838747c4d..5bc087cb0cb1ba1d91dfef9cf3650de1b3efbc5d 100644 (file)
@@ -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() {
index 7ea70d01fac4393c65168815cc331a3fd8e30418..fa55d54b1c223ed3ab91026179c4642c935fcbfe 100644 (file)
@@ -24,7 +24,7 @@ import (
        "path/filepath"
        "time"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index c8fbd4d3dcb2939ee0982338256917b670f2e193..722d9fe7a236d073ba79b9d5b1c8b539541c59b5 100644 (file)
@@ -25,7 +25,7 @@ import (
        "time"
 
        "github.com/gorhill/cronexpr"
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 48a68a0eca857029a00e11d0ef4c385f93ed116a..047654e2fdd9a1f30fc46fb2dd3c74ea2a83d13a 100644 (file)
@@ -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"
 )
 
index 31ca7d7734f6892db9b7123e9c37d1478a3af8b6..5adc8344ed6c631812a9c78afbc13a0952f15500 100644 (file)
@@ -24,7 +24,7 @@ import (
        "os"
        "strings"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 2366542c817cbb2b4eb815ec2911de313ccd2755..8276e3a0005a0fb2d894b2ae22590877e6168afc 100644 (file)
@@ -23,7 +23,7 @@ import (
        "os"
        "strings"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index dc69d395b4fd278f7e88a5d45d40c07760faf5f6..3bd8ad722eb4ccd06c9f32a3b9e728aaeffe4b32 100644 (file)
@@ -24,7 +24,7 @@ import (
        "path/filepath"
        "strings"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 1bcbe9204a932453ede7f14408a91770fc4e96e0..446857070c27d1d0c7c76538bfa9e090bf123380 100644 (file)
@@ -26,7 +26,7 @@ import (
        "os"
        "sync"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 71302a44cb11a111271d41418562e5b934537534..5b44501c482dd11b65204c5924b5982ef5588b2d 100644 (file)
@@ -23,7 +23,7 @@ import (
        "log"
        "os"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
        "go.cypherpunks.su/recfile/v2"
 )
 
index 294f4168b5e0c224a332e539b967598b846fad1d..c83918166a5e28195427429edd5b70b900bfe501 100644 (file)
@@ -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() {
index fb4c9cf8bb922da22e416192933ff805925f168b..4782f62b1be9a71ae5fd883ab63b18f27845625e 100644 (file)
@@ -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() {
index c723c47704e14c14b168bfbd490d3ec60d52d2b3..a2a904143c3369294a18bdc0b1bd035a59cd3c24 100644 (file)
@@ -30,7 +30,7 @@ import (
        "strings"
        "time"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 52580544fee4281e1c1b370830d9502961416a28..f74fd8bdd74bd4e195a597dacc34509771938db9 100644 (file)
@@ -24,7 +24,7 @@ import (
        "sort"
 
        "github.com/dustin/go-humanize"
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 78b3a982d15c322c513bb78b50bfe118a3669a58..a51fb8f1eec21d4b1da0a947729d964d195adbc3 100644 (file)
@@ -24,7 +24,7 @@ import (
        "path/filepath"
        "time"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index c6b5a93139c6cdee39b0dd5de6f8265396a239f5..10aad50420bdec6fc3458ecdfc38d4c8c94b943a 100644 (file)
@@ -25,7 +25,7 @@ import (
        "path/filepath"
        "strings"
 
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index 34e0b25b321d9e8c73609d6d90bcdc8c33fd0a33..e7aaef811932f3d7476858ad879909a7b6c9c129 100644 (file)
@@ -28,7 +28,7 @@ import (
        "path/filepath"
 
        "github.com/dustin/go-humanize"
-       "go.cypherpunks.ru/nncp/v8"
+       "go.cypherpunks.su/nncp/v8"
 )
 
 func usage() {
index d0f687cb969dfc8138851f31458fe5394dacdfb1..5a3a2e74084ec46b22d88bd53c2aa2146fe26aa2 100644 (file)
@@ -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
index 28e5153462aa6efb4a70819129198ee0fe62034c..4127428e5edfa488be5b51d72291cf1ae07bd9f9 100644 (file)
@@ -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() {