diff options
author | 2020-02-10 09:49:45 -0800 | |
---|---|---|
committer | 2020-02-10 09:49:45 -0800 | |
commit | e785f504681ab5f6640c50c971a2d5a1fd4a7cd0 (patch) | |
tree | 76ff39b5408abd57d487635d4c59f9f6091afded /go.mod | |
parent | 9bca3bdcfe45d3afb7adad22df087da6622cced9 (diff) | |
download | coredns-e785f504681ab5f6640c50c971a2d5a1fd4a7cd0.tar.gz coredns-e785f504681ab5f6640c50c971a2d5a1fd4a7cd0.tar.zst coredns-e785f504681ab5f6640c50c971a2d5a1fd4a7cd0.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#3666)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.4 to 0.9.5.
- [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.4...autorest/v0.9.5)
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.13 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.4 + github.com/Azure/go-autorest/autorest v0.9.5 github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 github.com/DataDog/datadog-go v3.3.1+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect |