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 face310..b125189 100644
--- a/keypair.go
+++ b/keypair.go
@@ -7,7 +7,7 @@
package main
import (
- "./replay"
+ "git.zx2c4.com/wireguard-go/replay"
"crypto/cipher"
"sync"
"time"