diff options
author | 2019-12-09 06:07:01 -0800 | |
---|---|---|
committer | 2019-12-09 06:07:01 -0800 | |
commit | ea97a3b22a87f3941d359fd29d1e40b17f238be3 (patch) | |
tree | 58d7ea03d6ca2a5c91c8df161a33da328c7ee385 /go.mod | |
parent | 9cd287c191ce076911e410e850ef10545b95c5bb (diff) | |
download | coredns-ea97a3b22a87f3941d359fd29d1e40b17f238be3.tar.gz coredns-ea97a3b22a87f3941d359fd29d1e40b17f238be3.tar.zst coredns-ea97a3b22a87f3941d359fd29d1e40b17f238be3.zip |
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#3523)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.4.0 to 0.4.1.
- [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/tracing/v0.4.0...autorest/azure/auth/v0.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( cloud.google.com/go v0.41.0 // indirect github.com/Azure/azure-sdk-for-go v32.6.0+incompatible github.com/Azure/go-autorest/autorest v0.9.2 - github.com/Azure/go-autorest/autorest/azure/auth v0.4.0 + github.com/Azure/go-autorest/autorest/azure/auth v0.4.1 github.com/DataDog/datadog-go v2.2.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.13.0 // indirect |