Update module miekg/dns to v1.1.37
parent
1c21bbee
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/.travis.yml 0 additions, 17 deletionsvendor/github.com/miekg/dns/.travis.yml
- vendor/github.com/miekg/dns/README.md 2 additions, 0 deletionsvendor/github.com/miekg/dns/README.md
- vendor/github.com/miekg/dns/client.go 18 additions, 9 deletionsvendor/github.com/miekg/dns/client.go
- vendor/github.com/miekg/dns/dns.go 22 additions, 3 deletionsvendor/github.com/miekg/dns/dns.go
- vendor/github.com/miekg/dns/doc.go 24 additions, 0 deletionsvendor/github.com/miekg/dns/doc.go
- vendor/github.com/miekg/dns/edns.go 2 additions, 2 deletionsvendor/github.com/miekg/dns/edns.go
- vendor/github.com/miekg/dns/generate.go 13 additions, 13 deletionsvendor/github.com/miekg/dns/generate.go
- vendor/github.com/miekg/dns/scan.go 32 additions, 19 deletionsvendor/github.com/miekg/dns/scan.go
- vendor/github.com/miekg/dns/svcb.go 1 addition, 1 deletionvendor/github.com/miekg/dns/svcb.go
- vendor/github.com/miekg/dns/tsig.go 69 additions, 53 deletionsvendor/github.com/miekg/dns/tsig.go
- vendor/github.com/miekg/dns/types.go 4 additions, 4 deletionsvendor/github.com/miekg/dns/types.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.35 | ||
github.com/miekg/dns v1.1.37 | ||
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 | ||
... | ... |
... | ... | @@ -197,6 +197,8 @@ github.com/miekg/dns v1.0.14 h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA= |
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= | ||
github.com/miekg/dns v1.1.35 h1:oTfOaDH+mZkdcgdIjH6yBajRGtIwcwcaR+rt23ZSrJs= | ||
github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= | ||
github.com/miekg/dns v1.1.37 h1:+kky2ArpBqk0S/74RkwFjmKM9jja7AB1RN7VUuVq0iM= | ||
github.com/miekg/dns v1.1.37/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