diff options
author | 2019-08-19 07:53:25 -0700 | |
---|---|---|
committer | 2019-08-19 07:53:25 -0700 | |
commit | ee84d4555ffd9f1c98bdc8e9eb7312817add36d4 (patch) | |
tree | 6c7a7349c3e0a0823779f61abfbda47735a08f4b /go.mod | |
parent | fe0f3d9818ce97500b632d4b4422d102008f5aa2 (diff) | |
download | coredns-ee84d4555ffd9f1c98bdc8e9eb7312817add36d4.tar.gz coredns-ee84d4555ffd9f1c98bdc8e9eb7312817add36d4.tar.zst coredns-ee84d4555ffd9f1c98bdc8e9eb7312817add36d4.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#3149)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.8.0 to 0.9.0.
- [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.8.0...autorest/v0.9.0)
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
@@ -6,7 +6,7 @@ require ( cloud.google.com/go v0.41.0 // indirect contrib.go.opencensus.io/exporter/ocagent v0.4.12 // indirect github.com/Azure/azure-sdk-for-go v31.1.0+incompatible - github.com/Azure/go-autorest/autorest v0.8.0 + github.com/Azure/go-autorest/autorest v0.9.0 github.com/Azure/go-autorest/autorest/azure/auth v0.1.0 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Shopify/sarama v1.21.0 // indirect |