diff options
Diffstat (limited to 'device/keypair.go')
-rw-r--r-- | device/keypair.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device/keypair.go b/device/keypair.go index a9fbfce..9c78fa9 100644 --- a/device/keypair.go +++ b/device/keypair.go @@ -7,9 +7,10 @@ package device import ( "crypto/cipher" - "golang.zx2c4.com/wireguard/replay" "sync" "time" + + "golang.zx2c4.com/wireguard/replay" ) /* Due to limitations in Go and /x/crypto there is currently |