aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg/winipcfg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/winipcfg/winipcfg_test.go')
-rw-r--r--tunnel/winipcfg/winipcfg_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tunnel/winipcfg/winipcfg_test.go b/tunnel/winipcfg/winipcfg_test.go
index d863b1a2..4424d1dd 100644
--- a/tunnel/winipcfg/winipcfg_test.go
+++ b/tunnel/winipcfg/winipcfg_test.go
@@ -22,13 +22,12 @@ Some tests in this file require:
package winipcfg
import (
+ "net/netip"
"strings"
"syscall"
"testing"
"time"
- "golang.zx2c4.com/go118/netip"
-
"golang.org/x/sys/windows"
)