30 lines
896 B
Modula-2
30 lines
896 B
Modula-2
module r00t2.io/subnetter
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/TwiN/go-color v1.4.1
|
|
github.com/go-playground/validator/v10 v10.30.1
|
|
github.com/go-resty/resty/v2 v2.17.2
|
|
github.com/goccy/go-yaml v1.19.2
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
|
golang.org/x/mod v0.34.0
|
|
r00t2.io/goutils v1.16.7
|
|
r00t2.io/sysutils v1.16.2
|
|
)
|
|
|
|
require (
|
|
github.com/djherbis/times v1.6.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.13 // 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.49.0 // indirect
|
|
golang.org/x/net v0.52.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
)
|