]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-bundle/main.go
Full go modules usage
[nncp.git] / src / cmd / nncp-bundle / main.go
similarity index 99%
rename from src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go
rename to src/cmd/nncp-bundle/main.go
index dcaf9eabb9a7e95c32fc1a20fce6b721b62e517c..05d7dc9db1fdadbf50961e21f75688952b04a530 100644 (file)
@@ -32,8 +32,8 @@ import (
        "strconv"
        "strings"
 
-       "cypherpunks.ru/nncp"
        "github.com/davecgh/go-xdr/xdr2"
+       "go.cypherpunks.ru/nncp/v4"
        "golang.org/x/crypto/blake2b"
 )