aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-01-23 12:49:28 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-23 12:49:28 -0500
commitd3e4fc78c3b80c1768b0f95ad849b07ba9968ba5 (patch)
treecaac34de9318d7be1426fffe0a0ea717a3aa546d /go.mod
parent0be2698dc4c4c073daea2338ecc4d22336bb298d (diff)
downloadcoredns-d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5.tar.gz
coredns-d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5.tar.zst
coredns-d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5.zip
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#5876)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.11 to 0.5.12. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/autorest/azure/auth/v0.5.11...autorest/azure/auth/v0.5.12) --- updated-dependencies: - dependency-name: github.com/Azure/go-autorest/autorest/azure/auth dependency-type: direct:production update-type: version-update:semver-patch ... 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f12a750f2..cfeb784b4 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.18
require (
github.com/Azure/azure-sdk-for-go v67.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.28
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
github.com/antonmedv/expr v1.10.3
github.com/apparentlymart/go-cidr v1.1.0
github.com/aws/aws-sdk-go v1.44.180