40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module subnetter
|
|
|
|
go 1.23.2
|
|
|
|
toolchain go1.23.5
|
|
|
|
require (
|
|
github.com/TwiN/go-color v1.4.1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-playground/validator/v10 v10.24.0
|
|
github.com/go-resty/resty/v2 v2.16.5
|
|
github.com/goccy/go-yaml v1.15.16
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
github.com/projectdiscovery/mapcidr v1.1.34
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
|
golang.org/x/mod v0.22.0
|
|
r00t2.io/sysutils v1.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/djherbis/times v1.6.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/projectdiscovery/blackrock v0.0.1 // indirect
|
|
github.com/projectdiscovery/utils v0.4.9 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
r00t2.io/goutils v1.7.2 // indirect
|
|
)
|