aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_windows.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/tun_windows.go
parentBump dependencies for ARM ChaCha20 (diff)
downloadwireguard-go-42c6d0e2614414590361123344b7918c9bcc6430.tar.xz
wireguard-go-42c6d0e2614414590361123344b7918c9bcc6430.zip
Change package path
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r--tun/tun_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go
index 0bfd847..bdf692a 100644
--- a/tun/tun_windows.go
+++ b/tun/tun_windows.go
@@ -11,7 +11,7 @@ import (
"os"
"unsafe"
- "git.zx2c4.com/wireguard-go/tun/wintun"
+ "golang.zx2c4.com/wireguard/tun/wintun"
"golang.org/x/sys/windows"
)