aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-03-07 05:28:04 -0800
committerGravatar GitHub <noreply@github.com> 2022-03-07 05:28:04 -0800
commit5d9d3a79ff0365ce89267ae04d06b4a625bdb2ed (patch)
tree77eac299c3d7646bc53b3d9d6cbe809fee523ed8 /go.mod
parent86bde5595b3cbd24930e5c706b087c314590c71c (diff)
downloadcoredns-5d9d3a79ff0365ce89267ae04d06b4a625bdb2ed.tar.gz
coredns-5d9d3a79ff0365ce89267ae04d06b4a625bdb2ed.tar.zst
coredns-5d9d3a79ff0365ce89267ae04d06b4a625bdb2ed.zip
build(deps): bump github.com/Azure/azure-sdk-for-go (#5234)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 62.0.0+incompatible to 62.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/v62.0.0...v62.1.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 0c890cf6c..3c293a8b4 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 v62.0.0+incompatible
+ github.com/Azure/azure-sdk-for-go v62.1.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