]> Cypherpunks.ru repositories - govpn.git/blobdiff - verifier.go
Preparing move to modules
[govpn.git] / verifier.go
similarity index 99%
rename from src/cypherpunks.ru/govpn/verifier.go
rename to verifier.go
index fe309cfddd84a0483c8920b579cadd993b356459..077cfe404d9397fce08eb280f99bae9858b76e0a 100644 (file)
@@ -28,8 +28,8 @@ import (
        "os"
        "strings"
 
-       "cypherpunks.ru/balloon"
        "github.com/agl/ed25519"
+       "go.cypherpunks.ru/balloon"
        "golang.org/x/crypto/blake2b"
        "golang.org/x/crypto/ssh/terminal"
 )