From 8aeb90cf144d5cd271c6c2c72be680c8b5bc2446 Mon Sep 17 00:00:00 2001 From: Kol Influence <104323920+kolinfluence@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:30:40 -0700 Subject: [PATCH] Update netip.go --- ip/netip.go | 1 + 1 file changed, 1 insertion(+) 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