Update module miekg/dns to v1.1.39
parent
f11211e9
No related branches found
No related tags found
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/github.com/miekg/dns/README.md 4 additions, 0 deletionsvendor/github.com/miekg/dns/README.md
- vendor/github.com/miekg/dns/client.go 4 additions, 5 deletionsvendor/github.com/miekg/dns/client.go
- vendor/github.com/miekg/dns/msg_truncate.go 5 additions, 0 deletionsvendor/github.com/miekg/dns/msg_truncate.go
- vendor/github.com/miekg/dns/server.go 4 additions, 5 deletionsvendor/github.com/miekg/dns/server.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
... | ... | @@ -5,7 +5,7 @@ go 1.14 |
require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723 | ||
git.autistici.org/ai3/tools/replds v0.0.0-20210117165138-e6368d266143 | ||
github.com/miekg/dns v1.1.38 | ||
github.com/miekg/dns v1.1.39 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/procfs v0.3.0 // indirect | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
... | ... |
... | ... | @@ -201,6 +201,8 @@ github.com/miekg/dns v1.1.37 h1:+kky2ArpBqk0S/74RkwFjmKM9jja7AB1RN7VUuVq0iM= |
github.com/miekg/dns v1.1.37/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= | ||
github.com/miekg/dns v1.1.38 h1:MtIY+fmHUVVgv1AXzmKMWcwdCYxTRPG1EDjpqF4RCEw= | ||
github.com/miekg/dns v1.1.38/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= | ||
github.com/miekg/dns v1.1.39 h1:6dRfDGnHiXOMmTZkwWANy7bBXXlKls5Qu+pn+Ue0TLo= | ||
github.com/miekg/dns v1.1.39/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= | ||
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75/go.mod h1:pBbZyGwC5i16IBkjVKoy/sznA8jPD/K9iedwe1ESE6w= | ||
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= | ||
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= | ||
... | ... |
Please register or sign in to comment