diff options
author | 2020-07-13 08:27:08 -0700 | |
---|---|---|
committer | 2020-07-13 08:27:08 -0700 | |
commit | 5af99cde7955fab83567f583e1f0fb686f7e1772 (patch) | |
tree | 47d080a68208fa4b98597d9ef8abe0fc5925448f /go.mod | |
parent | 0347e3d865c7183297a2b4240e848108a99df238 (diff) | |
download | coredns-5af99cde7955fab83567f583e1f0fb686f7e1772.tar.gz coredns-5af99cde7955fab83567f583e1f0fb686f7e1772.tar.zst coredns-5af99cde7955fab83567f583e1f0fb686f7e1772.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4002)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.0 to 0.11.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/v0.11.0...autorest/v0.11.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 | 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.0 + github.com/Azure/go-autorest/autorest v0.11.2 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 |