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 )