aboutsummaryrefslogtreecommitdiffstats
path: root/tun.go
diff options
context:
space:
mode:
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"
)