diff options
author | 2019-11-25 07:59:32 +0000 | |
---|---|---|
committer | 2019-11-25 07:59:32 +0000 | |
commit | 029b8c11f1a48a0c5a2a37e7a94a0bb13ecc00c2 (patch) | |
tree | 67c928394abebca2d8a67a12136ecac889f6a1cf /go.mod | |
parent | d18f4c9e516d7cd8d41d5130b1ef9467408f8999 (diff) | |
download | coredns-029b8c11f1a48a0c5a2a37e7a94a0bb13ecc00c2.tar.gz coredns-029b8c11f1a48a0c5a2a37e7a94a0bb13ecc00c2.tar.zst coredns-029b8c11f1a48a0c5a2a37e7a94a0bb13ecc00c2.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#3482)
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 32.4.0+incompatible to 32.6.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v32.4.0...v32.6.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
@@ -4,7 +4,7 @@ go 1.12 require ( cloud.google.com/go v0.41.0 // indirect - github.com/Azure/azure-sdk-for-go v32.4.0+incompatible + 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/azure/auth v0.4.0 github.com/DataDog/datadog-go v2.2.0+incompatible // indirect |