diff options
author | 2022-04-05 08:43:46 -0400 | |
---|---|---|
committer | 2022-04-05 08:43:46 -0400 | |
commit | ff7052a4a4cd83b867ee5a51c0689b439455b858 (patch) | |
tree | 0edeca628495992d578b80d871d0bc1e4a6ca26e /go.mod | |
parent | c8844a8555b2b4206965b8e42678aacead782ae1 (diff) | |
download | coredns-ff7052a4a4cd83b867ee5a51c0689b439455b858.tar.gz coredns-ff7052a4a4cd83b867ee5a51c0689b439455b858.tar.zst coredns-ff7052a4a4cd83b867ee5a51c0689b439455b858.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#5298)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.24 to 0.11.25.
- [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.24...autorest/v0.11.25)
---
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.17 require ( github.com/Azure/azure-sdk-for-go v62.3.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.24 + github.com/Azure/go-autorest/autorest v0.11.25 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.43.26 |