diff options
author | 2020-11-16 06:55:34 -0800 | |
---|---|---|
committer | 2020-11-16 06:55:34 -0800 | |
commit | 56174636e7b126ac29831ea020299c54d0c95628 (patch) | |
tree | 02485d12c8453da27d9e441262ba529e54aea3bb | |
parent | 803b5e767f583a36e818c78c8c41cc7867d85399 (diff) | |
download | coredns-56174636e7b126ac29831ea020299c54d0c95628.tar.gz coredns-56174636e7b126ac29831ea020299c54d0c95628.tar.zst coredns-56174636e7b126ac29831ea020299c54d0c95628.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4291)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.10 to 0.11.11.
- [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.10...autorest/v0.11.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 1 |
2 files changed, 2 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.10 + github.com/Azure/go-autorest/autorest v0.11.11 github.com/Azure/go-autorest/autorest/azure/auth v0.5.3 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect @@ -32,6 +32,7 @@ github.com/Azure/go-autorest/autorest v0.9.6/go.mod h1:/FALq9T/kS7b5J5qsQ+RSTUdA github.com/Azure/go-autorest/autorest v0.11.9/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= github.com/Azure/go-autorest/autorest v0.11.10 h1:j5sGbX7uj1ieYYkQ3Mpvewd4DCsEQ+ZeJpqnSM9pjnM= github.com/Azure/go-autorest/autorest v0.11.10/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= +github.com/Azure/go-autorest/autorest v0.11.11/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= github.com/Azure/go-autorest/autorest/adal v0.8.2/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= github.com/Azure/go-autorest/autorest/adal v0.9.5 h1:Y3bBUV4rTuxenJJs41HU3qmqsb+auo+a3Lz+PlJPpL0= |