diff options
author | 2022-05-25 23:46:48 -0700 | |
---|---|---|
committer | 2022-05-25 23:46:48 -0700 | |
commit | 83fda6ebfd8d6c98a08ceead49777a28b692cd9f (patch) | |
tree | 241de3c794834e412198f8f7f175ccadcf26f89e /go.mod | |
parent | 40179567476d0ff81c4746aff7f16f102a8b50f3 (diff) | |
download | coredns-83fda6ebfd8d6c98a08ceead49777a28b692cd9f.tar.gz coredns-83fda6ebfd8d6c98a08ceead49777a28b692cd9f.tar.zst coredns-83fda6ebfd8d6c98a08ceead49777a28b692cd9f.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5404)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 64.1.0+incompatible to 65.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/v64.1.0...v65.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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/coredns/coredns go 1.17 require ( - github.com/Azure/azure-sdk-for-go v64.1.0+incompatible + github.com/Azure/azure-sdk-for-go v65.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 |