module github.com/fangdingjun/gdns go 1.17 require ( github.com/fangdingjun/go-log/v5 v5.0.0 github.com/fangdingjun/protolistener v0.0.0-20210804081554-626e6590d6e7 github.com/go-yaml/yaml v2.1.0+incompatible github.com/miekg/dns v1.1.43 golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 ) require ( github.com/kr/pretty v0.3.0 // indirect github.com/pires/go-proxyproto v0.6.0 // indirect golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect golang.org/x/text v0.3.6 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )