58556d7281
ADDED: * netx.IsPub * encodingx/hexx Rest are mostly small corrections and docs
21 lines
718 B
Modula-2
21 lines
718 B
Modula-2
module r00t2.io/goutils/netx/internal
|
|
|
|
go 1.26.4
|
|
|
|
require github.com/olekukonko/tablewriter v1.1.4
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.15 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/mattn/go-runewidth v0.0.24 // indirect
|
|
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
|
|
github.com/olekukonko/errors v1.3.0 // indirect
|
|
github.com/olekukonko/ll v0.1.8 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
)
|