From 588b9f01ae1ac81844b52c095c9abcd9326d35a3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 May 2018 03:17:51 +0200 Subject: Adopt GOPATH GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. --- cookie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cookie.go') diff --git a/cookie.go b/cookie.go index c39ad22..8211323 100644 --- a/cookie.go +++ b/cookie.go @@ -7,7 +7,7 @@ package main import ( - "./xchacha20poly1305" + "git.zx2c4.com/wireguard-go/xchacha20poly1305" "crypto/hmac" "crypto/rand" "golang.org/x/crypto/blake2s" -- cgit v1.2.3