diff options
author | 2020-06-29 10:33:48 -0700 | |
---|---|---|
committer | 2020-06-29 10:33:48 -0700 | |
commit | 3ee7fc5ab746979515bcdbb2dab2c01ce666b646 (patch) | |
tree | cf8efa8a59d63bcd213ea6a2c0720791afb1be88 /go.mod | |
parent | 08988c1002fa43bfefc43863c01d7358913f9782 (diff) | |
download | coredns-3ee7fc5ab746979515bcdbb2dab2c01ce666b646.tar.gz coredns-3ee7fc5ab746979515bcdbb2dab2c01ce666b646.tar.zst coredns-3ee7fc5ab746979515bcdbb2dab2c01ce666b646.zip |
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#3980)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.4.2 to 0.5.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/azure/auth/v0.4.2...tracing/v0.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ go 1.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.10.2 - github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 + github.com/Azure/go-autorest/autorest v0.11.0 + github.com/Azure/go-autorest/autorest/azure/auth v0.5.0 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.13.0 // indirect @@ -34,7 +34,7 @@ require ( github.com/tinylib/msgp v1.1.2 // indirect go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb go.uber.org/zap v1.14.1 // indirect - golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 google.golang.org/api v0.28.0 google.golang.org/grpc v1.29.1 |