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