diff options
author | 2022-06-27 07:06:38 -0700 | |
---|---|---|
committer | 2022-06-27 07:06:38 -0700 | |
commit | f4673e69ea0f80ab5dfb6d23c7ea46db48e30224 (patch) | |
tree | 12c309309c9661fd7c82485bf9d6f060d878c90c /go.mod | |
parent | 0218a34008f22c8c5ae4a35d0d71ef4c7a1c3c05 (diff) | |
download | coredns-f4673e69ea0f80ab5dfb6d23c7ea46db48e30224.tar.gz coredns-f4673e69ea0f80ab5dfb6d23c7ea46db48e30224.tar.zst coredns-f4673e69ea0f80ab5dfb6d23c7ea46db48e30224.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5465)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 65.0.0+incompatible to 66.0.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v65.0.0...v66.0.0)
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ module github.com/coredns/coredns go 1.17 require ( - github.com/Azure/azure-sdk-for-go v65.0.0+incompatible + github.com/Azure/azure-sdk-for-go v66.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.27 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 @@ -11,6 +11,7 @@ require ( github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 + github.com/go-logr/logr v1.2.0 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9 github.com/matttproud/golang_protobuf_extensions v1.0.1 @@ -63,7 +64,6 @@ require ( github.com/emicklei/go-restful v2.9.5+incompatible // indirect github.com/evanphx/json-patch v4.12.0+incompatible // indirect github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect - github.com/go-logr/logr v1.2.0 // indirect github.com/go-openapi/jsonpointer v0.19.5 // indirect github.com/go-openapi/jsonreference v0.19.5 // indirect github.com/go-openapi/swag v0.19.14 // indirect |