diff --git a/ip/netip.go b/ip/netip.go index 62f8f67..c088c73 100644 --- a/ip/netip.go +++ b/ip/netip.go @@ -2,6 +2,7 @@ package cxnetip import ( "net/netip" + "net" ) // ValidateIPv4Address validates the given IPv4 address in string format