diff options
author | 2022-05-16 09:36:10 -0400 | |
---|---|---|
committer | 2022-05-16 09:36:10 -0400 | |
commit | b3098ab59b7abb7a99ead6d4b0fb476dba281c9d (patch) | |
tree | 29fce99d30ba0e83f83f1db22639c720e7e5abce /go.mod | |
parent | f02af7e4266568dcfb9bc2094f304c7108308ea6 (diff) | |
download | coredns-b3098ab59b7abb7a99ead6d4b0fb476dba281c9d.tar.gz coredns-b3098ab59b7abb7a99ead6d4b0fb476dba281c9d.tar.zst coredns-b3098ab59b7abb7a99ead6d4b0fb476dba281c9d.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.14 (#5382)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.9 to 1.44.14.
- [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.9...v1.44.14)
---
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.9 + github.com/aws/aws-sdk-go v1.44.14 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |