diff options
author | 2022-08-15 09:20:32 -0400 | |
---|---|---|
committer | 2022-08-15 09:20:32 -0400 | |
commit | 22e77b2cf2c9f468a9073ce2fa6d012a839927a8 (patch) | |
tree | 086eb332c075948892b3180a3a92af03d3ea6600 /go.mod | |
parent | 47950e89531f9915a9932c36e8f6b39976015aca (diff) | |
download | coredns-22e77b2cf2c9f468a9073ce2fa6d012a839927a8.tar.gz coredns-22e77b2cf2c9f468a9073ce2fa6d012a839927a8.tar.zst coredns-22e77b2cf2c9f468a9073ce2fa6d012a839927a8.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.70 to 1.44.76 (#5573)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.70 to 1.44.76.
- [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.70...v1.44.76)
---
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>
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.28 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.70 + github.com/aws/aws-sdk-go v1.44.76 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |