aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-04-18 06:25:59 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-18 06:25:59 -0700
commit664c810378c487d526b7eead50a8571e35893e13 (patch)
tree13b5213b775c0230f5efcd1bda4dc29a364669df /go.mod
parenta929b0b1ecbb0f87b0bd0cd0a40ce38893dce9c0 (diff)
downloadcoredns-664c810378c487d526b7eead50a8571e35893e13.tar.gz
coredns-664c810378c487d526b7eead50a8571e35893e13.tar.zst
coredns-664c810378c487d526b7eead50a8571e35893e13.zip
build(deps): bump github.com/Azure/azure-sdk-for-go (#5321)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 63.1.0+incompatible to 63.3.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.1.0...v63.3.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 39a99ca00..1ef9f8a17 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/coredns/coredns
go 1.17
require (
- github.com/Azure/azure-sdk-for-go v63.1.0+incompatible
+ github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.25
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
github.com/apparentlymart/go-cidr v1.1.0