diff options
author | 2021-11-08 06:25:10 -0800 | |
---|---|---|
committer | 2021-11-08 06:25:10 -0800 | |
commit | b91f49a954127e2b36b0a4765145dab9771b8198 (patch) | |
tree | 38367dc45f38235e077d0260d4f5e6dff801ba69 /go.mod | |
parent | 9b4a90d053b5cba50a399ef804a1dc43053a825b (diff) | |
download | coredns-b91f49a954127e2b36b0a4765145dab9771b8198.tar.gz coredns-b91f49a954127e2b36b0a4765145dab9771b8198.tar.zst coredns-b91f49a954127e2b36b0a4765145dab9771b8198.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4968)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.21 to 0.11.22.
- [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.21...autorest/v0.11.22)
---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[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.16 require ( github.com/Azure/azure-sdk-for-go v53.3.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.21 + github.com/Azure/go-autorest/autorest v0.11.22 github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect @@ -30,7 +30,7 @@ require ( github.com/stretchr/objx v0.2.0 // indirect go.etcd.io/etcd/api/v3 v3.5.1 go.etcd.io/etcd/client/v3 v3.5.1 - golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 google.golang.org/api v0.60.0 google.golang.org/grpc v1.41.0 |