diff options
author | 2020-08-31 10:10:43 +0200 | |
---|---|---|
committer | 2020-08-31 10:10:43 +0200 | |
commit | 2620fea518b754ba81e47385aef5d487d4f71d42 (patch) | |
tree | acba9f874b57e67f8b5fec6652b26955d7703943 /go.mod | |
parent | ecd61a21656a7d6f6d87e3b74ad4e70a24c420c9 (diff) | |
download | coredns-2620fea518b754ba81e47385aef5d487d4f71d42.tar.gz coredns-2620fea518b754ba81e47385aef5d487d4f71d42.tar.zst coredns-2620fea518b754ba81e47385aef5d487d4f71d42.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4090)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.3 to 0.11.4.
- [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.3...autorest/v0.11.4)
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.3 + github.com/Azure/go-autorest/autorest v0.11.4 github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect |