Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/github.com/miekg/dns/README.md 1 addition, 0 deletionsvendor/github.com/miekg/dns/README.md
- vendor/github.com/miekg/dns/dnssec.go 8 additions, 0 deletionsvendor/github.com/miekg/dns/dnssec.go
- vendor/github.com/miekg/dns/doc.go 5 additions, 5 deletionsvendor/github.com/miekg/dns/doc.go
- vendor/github.com/miekg/dns/edns.go 111 additions, 0 deletionsvendor/github.com/miekg/dns/edns.go
- vendor/github.com/miekg/dns/go.mod 1 addition, 1 deletionvendor/github.com/miekg/dns/go.mod
- vendor/github.com/miekg/dns/listen_no_reuseport.go 0 additions, 0 deletionsvendor/github.com/miekg/dns/listen_no_reuseport.go
- vendor/github.com/miekg/dns/listen_reuseport.go 0 additions, 0 deletionsvendor/github.com/miekg/dns/listen_reuseport.go
- vendor/github.com/miekg/dns/msg_helpers.go 2 additions, 0 deletionsvendor/github.com/miekg/dns/msg_helpers.go
- vendor/github.com/miekg/dns/scan.go 3 additions, 0 deletionsvendor/github.com/miekg/dns/scan.go
- vendor/github.com/miekg/dns/svcb.go 12 additions, 2 deletionsvendor/github.com/miekg/dns/svcb.go
- vendor/github.com/miekg/dns/version.go 1 addition, 1 deletionvendor/github.com/miekg/dns/version.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/google/subcommands v1.2.0 | ||
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff | ||
github.com/lpar/gzipped v1.1.1-0.20190413023519-5d9a18ea7f47 | ||
github.com/miekg/dns v1.1.41 | ||
github.com/miekg/dns v1.1.42 | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/prometheus/common v0.23.0 | ||
go.etcd.io/etcd v0.5.0-alpha.5.0.20190401205724-a621d807f061 | ||
... | ... |
... | ... | @@ -213,6 +213,8 @@ github.com/miekg/dns v1.1.40 h1:pyyPFfGMnciYUk/mXpKkVmeMQjfXqt3FAJ2hy7tPiLA= |
github.com/miekg/dns v1.1.40/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= | ||
github.com/miekg/dns v1.1.41 h1:WMszZWJG0XmzbK9FEmzH2TVcqYzFesusSIB41b8KHxY= | ||
github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= | ||
github.com/miekg/dns v1.1.42 h1:gWGe42RGaIqXQZ+r3WUGEKBEtvPHY2SXo4dqixDNxuY= | ||
github.com/miekg/dns v1.1.42/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= | ||
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= | ||
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= | ||
github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= | ||
... | ... |
File moved
File moved