diff options
author | 2020-10-12 02:48:11 -0700 | |
---|---|---|
committer | 2020-10-12 02:48:11 -0700 | |
commit | 0b0272c967f6767a57dc7c0900ae19ea256290aa (patch) | |
tree | 82b75ceb53714c265c17bafa2ad4c3efab018dd5 /go.mod | |
parent | 02f52b5d271d47a035c5432cca4fcf4174c023fa (diff) | |
download | coredns-0b0272c967f6767a57dc7c0900ae19ea256290aa.tar.gz coredns-0b0272c967f6767a57dc7c0900ae19ea256290aa.tar.zst coredns-0b0272c967f6767a57dc7c0900ae19ea256290aa.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4194)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.7 to 0.11.10.
- [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.11.7...autorest/v0.11.10)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ go 1.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.7 + github.com/Azure/go-autorest/autorest v0.11.10 github.com/Azure/go-autorest/autorest/azure/auth v0.5.2 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect @@ -31,7 +31,7 @@ require ( github.com/prometheus/common v0.14.0 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-20200622213623-75b288015ac9 + golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae google.golang.org/api v0.29.0 google.golang.org/grpc v1.29.1 |