diff options
author | 2022-02-21 07:07:59 -0800 | |
---|---|---|
committer | 2022-02-21 07:07:59 -0800 | |
commit | 49f88ba20251c6cc506a85868c5f07b065295104 (patch) | |
tree | 793bc2c15c64e491f5ec33cf0a8e328a4ae23b47 /go.mod | |
parent | 9a5cb3f59e32c154dda4b754c924dcb428e88292 (diff) | |
download | coredns-49f88ba20251c6cc506a85868c5f07b065295104.tar.gz coredns-49f88ba20251c6cc506a85868c5f07b065295104.tar.zst coredns-49f88ba20251c6cc506a85868c5f07b065295104.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5195)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 61.5.0+incompatible to 61.6.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/v61.5.0...v61.6.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 v61.5.0+incompatible + github.com/Azure/azure-sdk-for-go v61.6.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 |