aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-02-14 08:37:44 -0800
committerGravatar GitHub <noreply@github.com> 2022-02-14 08:37:44 -0800
commit749a38e151b9e7b34a47cb986c70a109cc9ad05d (patch)
tree9ab3edcb75f9a1d2c27e94bf3a5ae8282ba1a762 /go.mod
parent717d1424b567fb7fdbd33c4ef3c26d961b4139d9 (diff)
downloadcoredns-749a38e151b9e7b34a47cb986c70a109cc9ad05d.tar.gz
coredns-749a38e151b9e7b34a47cb986c70a109cc9ad05d.tar.zst
coredns-749a38e151b9e7b34a47cb986c70a109cc9ad05d.zip
build(deps): bump github.com/Azure/azure-sdk-for-go (#5187)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 61.4.0+incompatible to 61.5.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.4.0...v61.5.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 d905593e3..8a96e72c9 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 v61.4.0+incompatible
+ github.com/Azure/azure-sdk-for-go v61.5.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