From ff8f3a412ebf3b83b2d67fdafcc3311800fd39ee Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 12 Feb 2018 23:48:09 +0100 Subject: Use relative imports --- cookie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cookie.go') diff --git a/cookie.go b/cookie.go index 72455a4..813ddab 100644 --- a/cookie.go +++ b/cookie.go @@ -1,9 +1,9 @@ package main import ( + "./xchacha20poly1305" "crypto/hmac" "crypto/rand" - "git.zx2c4.com/wireguard-go/internal/xchacha20poly1305" "golang.org/x/crypto/blake2s" "golang.org/x/crypto/chacha20poly1305" "sync" -- cgit v1.2.3-59-g8ed1b