Code to parse socket addresses

This commit is contained in:
Kovid Goyal
2022-08-18 10:11:17 +05:30
parent 417c8887b9
commit a7bc2fcba8
8 changed files with 138 additions and 20 deletions

2
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/fatih/color v1.13.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13
github.com/seancfoley/ipaddress-go v1.2.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
@@ -17,4 +18,5 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/seancfoley/bintree v1.1.0 // indirect
)