go_subnetter/go.mod
brent saner 4cbb17bf9e
v0.3.0
* Default is now previous single-verbosity level; it was too annoying to
  add the -v every time.
** -q/--quiet has been added to return to the previous default output
2025-11-08 23:34:42 -05:00

30 lines
896 B
Modula-2

module r00t2.io/subnetter
go 1.24.5
require (
github.com/TwiN/go-color v1.4.1
github.com/go-playground/validator/v10 v10.28.0
github.com/go-resty/resty/v2 v2.16.5
github.com/goccy/go-yaml v1.18.0
github.com/jessevdk/go-flags v1.6.1
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/mod v0.29.0
r00t2.io/goutils v1.10.3
r00t2.io/sysutils v1.15.0
)
require (
github.com/djherbis/times v1.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.30.0 // indirect
)