module go.stargrave.org/tofuproxy go 1.17 require ( github.com/dustin/go-humanize v1.0.0 github.com/miekg/dns v1.1.50 go.cypherpunks.ru/tai64n/v2 v2.0.0 go.cypherpunks.ru/ucspi v0.0.0-20220830130500-33f105c103ef ) require ( golang.org/x/mod v0.6.0 // indirect golang.org/x/net v0.2.0 // indirect golang.org/x/sys v0.2.0 // indirect golang.org/x/tools v0.2.0 // indirect )