diff options
author | 2021-11-29 10:43:02 -0800 | |
---|---|---|
committer | 2021-11-29 10:43:02 -0800 | |
commit | 372e955980ad7a7d129ea62976daec126aa9062e (patch) | |
tree | 19468919bc343efc69066072b8ecb6ec7e66578d /go.mod | |
parent | 53b7e16276a39f03836b9a49970e220a56ac4c44 (diff) | |
download | coredns-372e955980ad7a7d129ea62976daec126aa9062e.tar.gz coredns-372e955980ad7a7d129ea62976daec126aa9062e.tar.zst coredns-372e955980ad7a7d129ea62976daec126aa9062e.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5014)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 53.3.0+incompatible to 59.4.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/v53.3.0...v59.4.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.16 require ( - github.com/Azure/azure-sdk-for-go v53.3.0+incompatible + github.com/Azure/azure-sdk-for-go v59.4.0+incompatible github.com/Azure/go-autorest/autorest v0.11.22 github.com/Azure/go-autorest/autorest/azure/auth v0.5.9 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect |