]> Cypherpunks.ru repositories - nncp.git/commitdiff
Major namespace version was already updated
authorSergey Matveev <stargrave@stargrave.org>
Sun, 28 Feb 2021 08:33:08 +0000 (11:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 28 Feb 2021 08:33:08 +0000 (11:33 +0300)
21 files changed:
src/cmd/nncp-bundle/main.go
src/cmd/nncp-call/main.go
src/cmd/nncp-caller/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-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-xfer/main.go
src/go.mod
src/progress.go

index 60a9330fd4bb3e6fac8dd7b62ec689bd43e73e8b..d7813a97f79e3f5cbca0acdd3c7346fcce340a6a 100644 (file)
@@ -33,7 +33,7 @@ import (
        "strings"
 
        xdr "github.com/davecgh/go-xdr/xdr2"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
        "golang.org/x/crypto/blake2b"
 )
 
index 3136e3e9221e8a11236addfc917b0a4be24ae1e4..a92c5c87bdf0e12c4ee2baa7b19daa4c31002c0b 100644 (file)
@@ -26,7 +26,7 @@ import (
        "strings"
        "time"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index 7ccefdd7a56b7eb622bb03665ef54c3d8a44e524..dd18ac38ae63cc02360a609e82ccfc84f3ef88dc 100644 (file)
@@ -27,7 +27,7 @@ import (
        "sync"
        "time"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index 7fdb5d7e8914518be144900f06842a304b095289..3db61849cc43cf429a65c43c1982b3789d472cad 100644 (file)
@@ -28,7 +28,7 @@ import (
        "os"
 
        xdr "github.com/davecgh/go-xdr/xdr2"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
        "golang.org/x/crypto/blake2b"
        "golang.org/x/term"
 )
index 25e73d510353ef6240e2960ab2360d289e63d0ce..b75bbe0e3bafcf424435b3829028c0458ed0f190 100644 (file)
@@ -25,7 +25,7 @@ import (
        "os"
 
        "github.com/hjson/hjson-go"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index f511c356cd76fb8fbe4b6c03dcfe658b0d53b128..ebe603d1bd65b20cb598e8c968baf4f8937e3e6b 100644 (file)
@@ -23,7 +23,7 @@ import (
        "fmt"
        "os"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index e985b79ce729fbc8e76bada4f7b70842927ead6d..70ee2792c14f4e5913ff5759eb604e1803d554d6 100644 (file)
@@ -25,7 +25,7 @@ import (
        "os"
        "path/filepath"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index c9b401086cb17b5587351538471410fe04a2a10e..910d9690e57dadcea5b3f79878925d79849a4bb4 100644 (file)
@@ -27,7 +27,7 @@ import (
        "time"
 
        "github.com/gorhill/cronexpr"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index e3a73c9e72c162da46a8914a1b6709aed83d41b6..3b40f1cc9e7bf6673e49110029db5d55794e37f3 100644 (file)
@@ -26,7 +26,7 @@ import (
        "os"
        "time"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
        "golang.org/x/net/netutil"
 )
 
index fe559ba2bdc299187dd3e2fcf7cde95e3b2281d6..640682a4699dcb4c472931f1109dd1d0dda8cde2 100644 (file)
@@ -25,7 +25,7 @@ import (
        "log"
        "os"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index 1e1c176a8901a9a3b21f316609f9435142b87a7c..6757e4af2f3f5030a3862ebac73119de74138ffb 100644 (file)
@@ -25,7 +25,7 @@ import (
        "os"
        "strings"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index 65b06e4c1503ca7031cb26ab5f21dc847936f379..8738b8479fe64c57ef592fa31b30ae34fe93ce71 100644 (file)
@@ -26,7 +26,7 @@ import (
        "path/filepath"
        "strings"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index be1385611175ff49740d6b7bff9f73d4488f65ad..e98f0b8228ea895a5475803a7383ae4c48dca666 100644 (file)
@@ -25,7 +25,7 @@ import (
        "log"
        "os"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
        "go.cypherpunks.ru/recfile"
 )
 
index 145b30bcb5485c32b1710c7b6bb9e7de545bdab6..3245970266713ae810ce9c852194cb28e4d57d05 100644 (file)
@@ -29,7 +29,7 @@ import (
 
        xdr "github.com/davecgh/go-xdr/xdr2"
        "github.com/klauspost/compress/zstd"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index 40253db532488675d974621f5b06b6b2bacc5340..8dc1b6847d24e5aaad064673856974b3c0a34730 100644 (file)
@@ -35,7 +35,7 @@ import (
 
        xdr "github.com/davecgh/go-xdr/xdr2"
        "github.com/dustin/go-humanize"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
        "golang.org/x/crypto/blake2b"
 )
 
index b036d7080a0f835e7540e7c0f2a0be652a8364df..ce908c7f164ec71d2a71e59f4e272b362401254e 100644 (file)
@@ -29,7 +29,7 @@ import (
        "strings"
        "time"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index bd350c71def19ca60f7feb35ee64178ab4f04144..2079d040a49603bcd8499449e0193aa3d63f1b13 100644 (file)
@@ -26,7 +26,7 @@ import (
        "sort"
 
        "github.com/dustin/go-humanize"
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index b26da3e4ecdcac497bc98c6731c00581aefc48a2..2bf337380a2ee2c4aa5df780468cda5d8c4013df 100644 (file)
@@ -25,7 +25,7 @@ import (
        "os"
        "time"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index 093f1083c1bdf12a9e615136bc53ba0f908d43d7..1dc3ee2e54ada05e15ea96afa7fb02147909e1be 100644 (file)
@@ -28,7 +28,7 @@ import (
        "os"
        "path/filepath"
 
-       "go.cypherpunks.ru/nncp/v5"
+       "go.cypherpunks.ru/nncp/v6"
 )
 
 func usage() {
index a85ef940965d4252eda61897f7fb844dcde8560f..3c3d627c71699165689fb80474082baa85fffa0d 100644 (file)
@@ -1,4 +1,4 @@
-module go.cypherpunks.ru/nncp/v5
+module go.cypherpunks.ru/nncp/v6
 
 require (
        github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
index ca1f361a09fbb4e63b26c6b13e72d8013a2d5595..dc55a000e01c4e12528dd682d15a44f093d82abc 100644 (file)
@@ -25,7 +25,7 @@ import (
        "time"
 
        "github.com/dustin/go-humanize"
-       "go.cypherpunks.ru/nncp/v5/uilive"
+       "go.cypherpunks.ru/nncp/v6/uilive"
 )
 
 func init() {