diff options
author | 2020-12-07 13:52:22 -0800 | |
---|---|---|
committer | 2020-12-07 13:52:22 -0800 | |
commit | fff33b6d1f74f733b5b5f03d5712db543fc7a343 (patch) | |
tree | dd1f146027e4fd5e487945121a5f74e322396c0c /go.mod | |
parent | 00c4892b4ade25d849b61df8edd65b02a57d1a3c (diff) | |
download | coredns-fff33b6d1f74f733b5b5f03d5712db543fc7a343.tar.gz coredns-fff33b6d1f74f733b5b5f03d5712db543fc7a343.tar.zst coredns-fff33b6d1f74f733b5b5f03d5712db543fc7a343.zip |
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4318)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.3 to 0.5.5.
- [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.3...autorest/azure/auth/v0.5.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible github.com/Azure/go-autorest/autorest v0.11.13 - github.com/Azure/go-autorest/autorest/azure/auth v0.5.3 + github.com/Azure/go-autorest/autorest/azure/auth v0.5.5 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/aws/aws-sdk-go v1.36.2 |