dnsbl-scanner/go.mod
2024-04-29 12:12:27 -05:00

15 lines
285 B
Modula-2

module github.com/grmrgecko/dnsbl-scanner
go 1.22.1
require (
github.com/alecthomas/kong v0.9.0
github.com/kkyr/fig v0.4.0
)
require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)