diff options
author | 2019-12-09 06:36:45 -0800 | |
---|---|---|
committer | 2019-12-09 06:36:45 -0800 | |
commit | 864a108ed0185f100de5956ad0cbccc5abcd35a9 (patch) | |
tree | 2b9a0d8fa83cdfd86ba1a43c7c14a0dbe7378507 /go.mod | |
parent | d708ca0f4d06da76d0acb0b7c2e97ec0aeac4151 (diff) | |
download | coredns-864a108ed0185f100de5956ad0cbccc5abcd35a9.tar.gz coredns-864a108ed0185f100de5956ad0cbccc5abcd35a9.tar.zst coredns-864a108ed0185f100de5956ad0cbccc5abcd35a9.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#3524)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.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.9.2...autorest/v0.9.3)
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
@@ -5,7 +5,7 @@ go 1.12 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 v0.9.3 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 |