aboutsummaryrefslogtreecommitdiffstats
path: root/tun.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-18 04:44:41 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-18 05:11:39 +0100
commit42c6d0e2614414590361123344b7918c9bcc6430 (patch)
treebc5908b6e540f91eef04e6edf014c9d198134984 /tun.go
parentBump dependencies for ARM ChaCha20 (diff)
downloadwireguard-go-42c6d0e2614414590361123344b7918c9bcc6430.tar.xz
wireguard-go-42c6d0e2614414590361123344b7918c9bcc6430.zip
Change package path
Diffstat (limited to 'tun.go')
-rw-r--r--tun.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.go b/tun.go
index 8419f12..52bfb68 100644
--- a/tun.go
+++ b/tun.go
@@ -6,7 +6,7 @@
package main
import (
- "git.zx2c4.com/wireguard-go/tun"
+ "golang.zx2c4.com/wireguard/tun"
"sync/atomic"
)