diff options
author | 2022-05-09 06:23:59 -0700 | |
---|---|---|
committer | 2022-05-09 06:23:59 -0700 | |
commit | 165655c7e1f19bad17324a97ffa85d56697038a0 (patch) | |
tree | 37961d330ecaf43f927254d78d3cbebea1599864 /go.mod | |
parent | a5b9749462a9717c8920dba095f242611c61a989 (diff) | |
download | coredns-165655c7e1f19bad17324a97ffa85d56697038a0.tar.gz coredns-165655c7e1f19bad17324a97ffa85d56697038a0.tar.zst coredns-165655c7e1f19bad17324a97ffa85d56697038a0.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.4 to 1.44.9 (#5372)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.4 to 1.44.9.
- [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.4...v1.44.9)
---
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.27 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.4 + github.com/aws/aws-sdk-go v1.44.9 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |