aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/pitfalls.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tunnel/pitfalls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/pitfalls.go b/tunnel/pitfalls.go
index 6ac0f725..0238dc5b 100644
--- a/tunnel/pitfalls.go
+++ b/tunnel/pitfalls.go
@@ -7,12 +7,12 @@ package tunnel
import (
"log"
+ "net/netip"
"strings"
"unsafe"
"golang.org/x/sys/windows"
"golang.org/x/sys/windows/svc/mgr"
- "golang.zx2c4.com/go118/netip"
"golang.zx2c4.com/wireguard/windows/conf"
"golang.zx2c4.com/wireguard/windows/tunnel/winipcfg"
)