diff options
author | 2022-05-16 09:36:49 -0400 | |
---|---|---|
committer | 2022-05-16 09:36:49 -0400 | |
commit | 376ebf3735baa2d46b40d88ad8d0750e476def45 (patch) | |
tree | 42747905225d92fa0216cfa82d2559e1bc61623f /go.mod | |
parent | b3098ab59b7abb7a99ead6d4b0fb476dba281c9d (diff) | |
download | coredns-376ebf3735baa2d46b40d88ad8d0750e476def45.tar.gz coredns-376ebf3735baa2d46b40d88ad8d0750e476def45.tar.zst coredns-376ebf3735baa2d46b40d88ad8d0750e476def45.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5383)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 63.4.0+incompatible to 64.1.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/v63.4.0...v64.1.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>
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 v63.4.0+incompatible + github.com/Azure/azure-sdk-for-go v64.1.0+incompatible github.com/Azure/go-autorest/autorest v0.11.27 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 |