diff options
Diffstat (limited to 'keypair.go')
-rw-r--r-- | keypair.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ package main import ( "crypto/cipher" - "git.zx2c4.com/wireguard-go/replay" + "golang.zx2c4.com/wireguard/replay" "sync" "time" ) |