module github.com/caffix/resolve go 1.19 require ( github.com/caffix/queue v0.1.4-0.20221117050542-621305ceff1f github.com/caffix/stringset v0.1.1-0.20220914051654-14e33fbe8739 github.com/miekg/dns v1.1.50 go.uber.org/ratelimit v0.2.0 golang.org/x/net v0.2.0 ) require ( github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/dgraph-io/badger v1.6.2 // indirect github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/golang/glog v1.0.0 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/stretchr/testify v1.7.0 // indirect golang.org/x/mod v0.7.0 // indirect golang.org/x/sys v0.2.0 // indirect golang.org/x/tools v0.3.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/protobuf v1.28.1 // indirect )