diff options
author | 2021-04-21 09:50:35 -0700 | |
---|---|---|
committer | 2021-04-21 09:50:35 -0700 | |
commit | 994fd83681ff2f7778d8b95e2a3891317ca5f226 (patch) | |
tree | ff2b5681237f063dcec4c24af481b0c94ebffe8e /go.mod | |
parent | 76eeae01ece8a29b37c89f49675e0f2b1b1da675 (diff) | |
download | coredns-994fd83681ff2f7778d8b95e2a3891317ca5f226.tar.gz coredns-994fd83681ff2f7778d8b95e2a3891317ca5f226.tar.zst coredns-994fd83681ff2f7778d8b95e2a3891317ca5f226.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#4579)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 53.1.0+incompatible to 53.3.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v53.1.0...v53.3.0)
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.1.0+incompatible + github.com/Azure/azure-sdk-for-go v53.3.0+incompatible github.com/Azure/go-autorest/autorest v0.11.18 github.com/Azure/go-autorest/autorest/azure/auth v0.5.7 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect |