diff options
author | 2022-08-08 07:44:50 -0700 | |
---|---|---|
committer | 2022-08-08 07:44:50 -0700 | |
commit | d67f0e262d7e99f27d0350ff7ae17a7d13a6cf33 (patch) | |
tree | 4244b98526578572c9b2d552b852d9b21ae63ec5 /go.mod | |
parent | 46983a21d7f397674a941b29365e193eabde200d (diff) | |
download | coredns-d67f0e262d7e99f27d0350ff7ae17a7d13a6cf33.tar.gz coredns-d67f0e262d7e99f27d0350ff7ae17a7d13a6cf33.tar.zst coredns-d67f0e262d7e99f27d0350ff7ae17a7d13a6cf33.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.66 to 1.44.70 (#5559)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.66 to 1.44.70.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.66...v1.44.70)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
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
@@ -7,7 +7,7 @@ require ( 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.66 + github.com/aws/aws-sdk-go v1.44.70 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |