module prober go 1.20 require ( github.com/miekg/dns v1.1.55 github.com/panjf2000/ants/v2 v2.8.2 github.com/schollz/progressbar/v3 v3.13.1 github.com/thanhpk/randstr v1.0.6 ) require ( github.com/mattn/go-runewidth v0.0.14 // indirect github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/rivo/uniseg v0.2.0 // indirect golang.org/x/mod v0.7.0 // indirect golang.org/x/net v0.2.0 // indirect golang.org/x/sys v0.6.0 // indirect golang.org/x/term v0.6.0 // indirect golang.org/x/tools v0.3.0 // indirect )