diff options
author | 2022-03-14 07:59:34 -0700 | |
---|---|---|
committer | 2022-03-14 07:59:34 -0700 | |
commit | 5e02a5ad753f45778d993caffa994a0452f1c5cd (patch) | |
tree | 0c96d9da65aaa00688f040fce475ce923d9125f2 /go.mod | |
parent | c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9 (diff) | |
download | coredns-5e02a5ad753f45778d993caffa994a0452f1c5cd.tar.gz coredns-5e02a5ad753f45778d993caffa994a0452f1c5cd.tar.zst coredns-5e02a5ad753f45778d993caffa994a0452f1c5cd.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5257)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 62.1.0+incompatible to 62.2.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/v62.1.0...v62.2.0)
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 v62.1.0+incompatible + github.com/Azure/azure-sdk-for-go v62.2.0+incompatible github.com/Azure/go-autorest/autorest v0.11.24 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 |