FIXED:
* Ooops, fix go mod
This commit is contained in:
brent saner
2025-03-10 10:07:08 -04:00
parent 2a780ae88a
commit 166fb3be23
8 changed files with 50 additions and 37 deletions

View File

@@ -10,15 +10,15 @@ import (
"net"
"net/netip"
"os"
`sort`
"sort"
"strings"
"time"
"github.com/goccy/go-yaml"
"github.com/projectdiscovery/mapcidr"
"go4.org/netipx"
"subnetter/netsplit"
`subnetter/version`
"r00t2.io/subnetter/netsplit"
"r00t2.io/subnetter/version"
)
func printHostPrefix(label string, pfx *netip.Prefix, verb, indent int, indentStr string) (out string) {