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

@@ -3,7 +3,7 @@ package main
import (
"bytes"
"errors"
`fmt`
"fmt"
"io"
"log"
"net"
@@ -12,8 +12,8 @@ import (
"strings"
"go4.org/netipx"
"subnetter/netsplit"
`subnetter/version`
"r00t2.io/subnetter/netsplit"
"r00t2.io/subnetter/version"
"github.com/jessevdk/go-flags"
"r00t2.io/sysutils/paths"