diff options
author | 2022-10-17 11:48:28 -0400 | |
---|---|---|
committer | 2022-10-17 11:48:28 -0400 | |
commit | 4e449b666a04c468e9db52726241499c46a71745 (patch) | |
tree | 87d3a2ea3f6968786217bf90d233601478bae846 /go.mod | |
parent | 2d7b70d17fbea39cbaf8119dbdb828b247f98aa1 (diff) | |
download | coredns-4e449b666a04c468e9db52726241499c46a71745.tar.gz coredns-4e449b666a04c468e9db52726241499c46a71745.tar.zst coredns-4e449b666a04c468e9db52726241499c46a71745.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5698)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 66.0.0+incompatible to 67.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/v66.0.0...v67.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>
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 v66.0.0+incompatible + github.com/Azure/azure-sdk-for-go v67.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.28 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/antonmedv/expr v1.9.0 |