diff options
author | 2022-12-20 09:14:32 -0500 | |
---|---|---|
committer | 2022-12-20 09:14:32 -0500 | |
commit | 6c9b49f5c2ab652e0504bfd349815b12a5fb4997 (patch) | |
tree | 65fa3fbd02c83c46e0757212264faa64ed12c1ca /go.mod | |
parent | c59489ba08da7aab1aecf5f9c42ca27c13a7f0f0 (diff) | |
download | coredns-6c9b49f5c2ab652e0504bfd349815b12a5fb4997.tar.gz coredns-6c9b49f5c2ab652e0504bfd349815b12a5fb4997.tar.zst coredns-6c9b49f5c2ab652e0504bfd349815b12a5fb4997.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5819)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 67.1.0+incompatible to 67.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/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v67.1.0...v67.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>
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.18 require ( - github.com/Azure/azure-sdk-for-go v67.1.0+incompatible + github.com/Azure/azure-sdk-for-go v67.2.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 |