diff options
author | 2022-01-17 08:18:15 -0800 | |
---|---|---|
committer | 2022-01-17 08:18:15 -0800 | |
commit | 4c34e5f11972a5abd94feddd1f5dc3412e9aa27c (patch) | |
tree | 2ba0636acf1502b9fd2ee4ef0edad351f8797597 /go.mod | |
parent | 07022717b7479cd24592a8726fd41e093d13de43 (diff) | |
download | coredns-4c34e5f11972a5abd94feddd1f5dc3412e9aa27c.tar.gz coredns-4c34e5f11972a5abd94feddd1f5dc3412e9aa27c.tar.zst coredns-4c34e5f11972a5abd94feddd1f5dc3412e9aa27c.zip |
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#5096)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.10 to 0.5.11.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/azure/auth/v0.5.10...autorest/azure/auth/v0.5.11)
---
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>
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.16 require ( github.com/Azure/azure-sdk-for-go v61.1.0+incompatible github.com/Azure/go-autorest/autorest v0.11.24 - github.com/Azure/go-autorest/autorest/azure/auth v0.5.10 + github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect github.com/apparentlymart/go-cidr v1.1.0 |