From cb3a67ffccfa1d3436bd9384c428242b6d8fc558 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 Dec 2021 22:17:23 +0100 Subject: global: update to go 1.18 beta1 Signed-off-by: Jason A. Donenfeld --- tunnel/winipcfg/winipcfg_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tunnel/winipcfg/winipcfg_test.go') 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" ) -- cgit v1.2.3-59-g8ed1b