aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_darwin.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_darwin.go
parentBump dependencies for ARM ChaCha20 (diff)
downloadwireguard-go-42c6d0e2614414590361123344b7918c9bcc6430.tar.xz
wireguard-go-42c6d0e2614414590361123344b7918c9bcc6430.zip
Change package path
Diffstat (limited to 'tun/tun_darwin.go')
-rw-r--r--tun/tun_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go
index bf78bc5..9eef4e8 100644
--- a/tun/tun_darwin.go
+++ b/tun/tun_darwin.go
@@ -8,7 +8,7 @@ package tun
import (
"errors"
"fmt"
- "git.zx2c4.com/wireguard-go/rwcancel"
+ "golang.zx2c4.com/wireguard/rwcancel"
"golang.org/x/net/ipv6"
"golang.org/x/sys/unix"
"io/ioutil"