diff options
author | 2019-10-14 08:47:57 -0700 | |
---|---|---|
committer | 2019-10-15 00:47:57 +0900 | |
commit | 70d3d94585d2953e2c9c642e5bbdbc7435f828ea (patch) | |
tree | 873543435181c330ef28dad19b712c0bcac7ed7d /go.mod | |
parent | 62f7e0784f65236d0f510e5212fba0e2615c015b (diff) | |
download | coredns-70d3d94585d2953e2c9c642e5bbdbc7435f828ea.tar.gz coredns-70d3d94585d2953e2c9c642e5bbdbc7435f828ea.tar.zst coredns-70d3d94585d2953e2c9c642e5bbdbc7435f828ea.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#3375)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.1 to 0.9.2.
- [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.1...autorest/v0.9.2)
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.1 + github.com/Azure/go-autorest/autorest v0.9.2 github.com/Azure/go-autorest/autorest/azure/auth v0.3.0 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v2.2.0+incompatible // indirect |