From 42c6d0e2614414590361123344b7918c9bcc6430 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 18 Feb 2019 04:44:41 +0100 Subject: Change package path --- tun/tun_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun/tun_darwin.go') 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" -- cgit v1.2.3-59-g8ed1b