diff options
author | 2022-02-21 07:08:14 -0800 | |
---|---|---|
committer | 2022-02-21 07:08:14 -0800 | |
commit | 8502892b03d7df7c26debe52215f6cb81dc9e9b0 (patch) | |
tree | 0b8dfbf9ee3c54e5632ed4ae92b1eb56ca7ed4b7 /go.mod | |
parent | 49f88ba20251c6cc506a85868c5f07b065295104 (diff) | |
download | coredns-8502892b03d7df7c26debe52215f6cb81dc9e9b0.tar.gz coredns-8502892b03d7df7c26debe52215f6cb81dc9e9b0.tar.zst coredns-8502892b03d7df7c26debe52215f6cb81dc9e9b0.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.2 (#5198)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.52 to 1.43.2.
- [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.42.52...v1.43.2)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
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.42.52 + github.com/aws/aws-sdk-go v1.43.2 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |