]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/eblob.go
Full go modules usage
[nncp.git] / src / eblob.go
similarity index 99%
rename from src/cypherpunks.ru/nncp/eblob.go
rename to src/eblob.go
index 36b9d1f3c84fb1f0f3238ea9daa21f5e5d527520..64327901bd1f4455bf2deac59d65322bcbce2e66 100644 (file)
@@ -22,8 +22,8 @@ import (
        "crypto/rand"
        "hash"
 
-       "cypherpunks.ru/balloon"
        "github.com/davecgh/go-xdr/xdr2"
+       "go.cypherpunks.ru/balloon"
        "golang.org/x/crypto/blake2b"
        "golang.org/x/crypto/chacha20poly1305"
 )