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 --- device/allowedips_rand_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'device/allowedips_rand_test.go') diff --git a/device/allowedips_rand_test.go b/device/allowedips_rand_test.go index ff56fe6..0d3eecb 100644 --- a/device/allowedips_rand_test.go +++ b/device/allowedips_rand_test.go @@ -8,10 +8,9 @@ package device import ( "math/rand" "net" + "net/netip" "sort" "testing" - - "golang.zx2c4.com/go118/netip" ) const ( -- cgit v1.2.3-59-g8ed1b