diff options
author | 2022-04-05 09:27:58 -0400 | |
---|---|---|
committer | 2022-04-05 09:27:58 -0400 | |
commit | 275c014c5c9bc4d4469811b252a27f3dc7dca74c (patch) | |
tree | deda0a091247cca00a368a532455b0ca0744ee0f /go.mod | |
parent | 280f1a97a5be9127b3bb44bf2f6b2d8cedebcd05 (diff) | |
download | coredns-275c014c5c9bc4d4469811b252a27f3dc7dca74c.tar.gz coredns-275c014c5c9bc4d4469811b252a27f3dc7dca74c.tar.zst coredns-275c014c5c9bc4d4469811b252a27f3dc7dca74c.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.43.26 to 1.43.32 (#5306)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.26 to 1.43.32.
- [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.26...v1.43.32)
---
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.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 + github.com/aws/aws-sdk-go v1.43.32 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |