diff options
author | 2019-09-09 09:52:48 +0000 | |
---|---|---|
committer | 2019-09-09 10:52:48 +0100 | |
commit | 37f5d489c6fc7d53f67b75a0fa992485bb73ed07 (patch) | |
tree | d308083bbab6df95c9cdab71560208896db81c6b /go.mod | |
parent | dfb9c9516f6f6f0799bbacb5c06a45e0788a575d (diff) | |
download | coredns-37f5d489c6fc7d53f67b75a0fa992485bb73ed07.tar.gz coredns-37f5d489c6fc7d53f67b75a0fa992485bb73ed07.tar.zst coredns-37f5d489c6fc7d53f67b75a0fa992485bb73ed07.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#3268)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.0 to 0.9.1.
- [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.0...autorest/v0.9.1)
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 v31.1.0+incompatible - github.com/Azure/go-autorest/autorest v0.9.0 + github.com/Azure/go-autorest/autorest v0.9.1 github.com/Azure/go-autorest/autorest/azure/auth v0.3.0 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Shopify/sarama v1.21.0 // indirect |