module github.com/AdguardTeam/dnsproxy go 1.12 require ( github.com/AdguardTeam/golibs v0.1.0 github.com/ameshkov/dnscrypt v1.0.6 github.com/ameshkov/dnsstamps v1.0.1 github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-test/deep v1.0.1 github.com/jessevdk/go-flags v1.4.0 github.com/joomcode/errorx v0.1.0 github.com/miekg/dns v1.1.1 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.2.2 // indirect golang.org/x/crypto v0.0.0-20190122013713-64072686203f // indirect golang.org/x/net v0.0.0-20190119204137-ed066c81e75e golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect golang.org/x/text v0.3.0 // indirect )