aboutsummaryrefslogtreecommitdiffstats
path: root/noise-protocol.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--noise-protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise-protocol.go b/noise-protocol.go
index c6a95d8..a527be9 100644
--- a/noise-protocol.go
+++ b/noise-protocol.go
@@ -7,7 +7,7 @@
package main
import (
- "./tai64n"
+ "git.zx2c4.com/wireguard-go/tai64n"
"errors"
"golang.org/x/crypto/blake2s"
"golang.org/x/crypto/chacha20poly1305"