diff options
author | 2020-08-10 09:26:25 -0700 | |
---|---|---|
committer | 2020-08-10 09:26:25 -0700 | |
commit | a1277df7a512b39fc6d892bbeabb6e4c2b874d00 (patch) | |
tree | 81e5ef4cb2d30d1e0398c579bbd1cfa509461c47 /go.mod | |
parent | 459bca0121aab6d2a659cde04b092d7869a7277e (diff) | |
download | coredns-a1277df7a512b39fc6d892bbeabb6e4c2b874d00.tar.gz coredns-a1277df7a512b39fc6d892bbeabb6e4c2b874d00.tar.zst coredns-a1277df7a512b39fc6d892bbeabb6e4c2b874d00.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4052)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.2 to 0.11.3.
- [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/v0.11.2...autorest/v0.11.3)
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
@@ -4,7 +4,7 @@ go 1.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.2 + github.com/Azure/go-autorest/autorest v0.11.3 github.com/Azure/go-autorest/autorest/azure/auth v0.5.0 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect |