diff options
author | 2022-03-14 07:59:16 -0700 | |
---|---|---|
committer | 2022-03-14 07:59:16 -0700 | |
commit | c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9 (patch) | |
tree | ae1e36d6846a75aec75f1b6edc106354278c1e87 /go.mod | |
parent | 47d8b51a4f00b9580a1285c7c73c178c228ae355 (diff) | |
download | coredns-c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9.tar.gz coredns-c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9.tar.zst coredns-c4ece4f3d87a5ecefa1e3ba843d5567e6e85dbd9.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.17 (#5255)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.12 to 1.43.17.
- [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.43.12...v1.43.17)
---
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.24 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.12 + github.com/aws/aws-sdk-go v1.43.17 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |