aboutsummaryrefslogtreecommitdiffstats
path: root/keypair.go
diff options
context:
space:
mode:
Diffstat (limited to 'keypair.go')
-rw-r--r--keypair.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/keypair.go b/keypair.go
index 5530d6a..af10a58 100644
--- a/keypair.go
+++ b/keypair.go
@@ -7,7 +7,7 @@ package main
import (
"crypto/cipher"
- "git.zx2c4.com/wireguard-go/replay"
+ "golang.zx2c4.com/wireguard/replay"
"sync"
"time"
)