From 42c9af45e12dbb2de4d3c273bfc7deeda984f827 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 16 Mar 2022 16:09:48 -0700 Subject: all: update to Go 1.18 Bump go.mod and README. Switch to upstream net/netip. Use strings.Cut. Signed-off-by: Josh Bleecher Snyder --- tun/tuntest/tuntest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun/tuntest/tuntest.go') diff --git a/tun/tuntest/tuntest.go b/tun/tuntest/tuntest.go index bdf0467..8196c34 100644 --- a/tun/tuntest/tuntest.go +++ b/tun/tuntest/tuntest.go @@ -8,9 +8,9 @@ package tuntest import ( "encoding/binary" "io" + "net/netip" "os" - "golang.zx2c4.com/go118/netip" "golang.zx2c4.com/wireguard/tun" ) -- cgit v1.2.3