diff options
author | 2023-01-23 12:49:28 -0500 | |
---|---|---|
committer | 2023-01-23 12:49:28 -0500 | |
commit | d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5 (patch) | |
tree | caac34de9318d7be1426fffe0a0ea717a3aa546d /go.mod | |
parent | 0be2698dc4c4c073daea2338ecc4d22336bb298d (diff) | |
download | coredns-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |