aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/winipcfg/types.go')
-rw-r--r--tunnel/winipcfg/types.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tunnel/winipcfg/types.go b/tunnel/winipcfg/types.go
index 04510bea..96754da6 100644
--- a/tunnel/winipcfg/types.go
+++ b/tunnel/winipcfg/types.go
@@ -8,11 +8,10 @@ package winipcfg
import (
"encoding/binary"
"fmt"
+ "net/netip"
"strconv"
"unsafe"
- "golang.zx2c4.com/go118/netip"
-
"golang.org/x/sys/windows"
)