diff options
author | 2020-09-14 11:27:00 +0200 | |
---|---|---|
committer | 2020-09-14 11:27:00 +0200 | |
commit | 1d5c5e8fffa8370ff00dff4901d2e643069446e2 (patch) | |
tree | 653e833c0232d0e5b7ca789dd8fe4aa8c278aa98 /go.mod | |
parent | e082bb5a61a94bf5be653900a568db26cae0a6e1 (diff) | |
download | coredns-1d5c5e8fffa8370ff00dff4901d2e643069446e2.tar.gz coredns-1d5c5e8fffa8370ff00dff4901d2e643069446e2.tar.zst coredns-1d5c5e8fffa8370ff00dff4901d2e643069446e2.zip |
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4124)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.1 to 0.5.2.
- [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.1...autorest/azure/auth/v0.5.2)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ go 1.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.4 - github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 + github.com/Azure/go-autorest/autorest v0.11.6 + github.com/Azure/go-autorest/autorest/azure/auth v0.5.2 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.13.0 // indirect |