Bump github.com/coredns/coredns from 1.9.1 to 1.10.0

Bumps [github.com/coredns/coredns](https://github.com/coredns/coredns) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/coredns/coredns/releases)
- [Changelog](https://github.com/coredns/coredns/blob/master/Makefile.release)
- [Commits](https://github.com/coredns/coredns/compare/v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/coredns/coredns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-27 09:07:02 +00:00 committed by GitHub
parent 5bb565b2ab
commit ecb43382d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 663 additions and 58 deletions

26
go.mod
View File

@ -4,9 +4,9 @@ go 1.17
require (
github.com/coredns/caddy v1.1.1
github.com/coredns/coredns v1.9.1
github.com/miekg/dns v1.1.47
github.com/prometheus/client_golang v1.12.1
github.com/coredns/coredns v1.10.0
github.com/miekg/dns v1.1.50
github.com/prometheus/client_golang v1.13.0
)
require (
@ -19,15 +19,15 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect
google.golang.org/grpc v1.44.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

695
go.sum

File diff suppressed because it is too large Load Diff