Update module miekg/dns to v1.1.40
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/server.go 1 addition, 0 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 | ... | @@ -5,7 +5,7 @@ go 1.14 |
require ( | require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723 | git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723 | ||
git.autistici.org/ai3/tools/replds v0.0.0-20210117165138-e6368d266143 | git.autistici.org/ai3/tools/replds v0.0.0-20210117165138-e6368d266143 | ||
github.com/miekg/dns v1.1.39 | github.com/miekg/dns v1.1.40 | ||
github.com/prometheus/client_golang v1.9.0 | github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/procfs v0.3.0 // indirect | github.com/prometheus/procfs v0.3.0 // indirect | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
... | ... |
Please register or sign in to comment