diff options
author | 2022-08-01 07:24:36 -0700 | |
---|---|---|
committer | 2022-08-01 07:24:36 -0700 | |
commit | cd4c45ca3e79855421484cacb9d5b455ab2b09ef (patch) | |
tree | be925cdd77be25f78dfa368144b188f968bddb86 /go.mod | |
parent | b420a6aa4ae199e449ff420a528c10a5f414c640 (diff) | |
download | coredns-cd4c45ca3e79855421484cacb9d5b455ab2b09ef.tar.gz coredns-cd4c45ca3e79855421484cacb9d5b455ab2b09ef.tar.zst coredns-cd4c45ca3e79855421484cacb9d5b455ab2b09ef.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#5549)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.27 to 0.11.28.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/v0.11.27...autorest/v0.11.28)
---
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.17 require ( github.com/Azure/azure-sdk-for-go v66.0.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.27 + github.com/Azure/go-autorest/autorest v0.11.28 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.44.61 @@ -25,7 +25,7 @@ require ( github.com/prometheus/common v0.37.0 go.etcd.io/etcd/api/v3 v3.5.4 go.etcd.io/etcd/client/v3 v3.5.4 - golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e + golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa golang.org/x/sys v0.0.0-20220624220833-87e55d714810 google.golang.org/api v0.88.0 google.golang.org/grpc v1.48.0 |