diff options
author | 2021-08-16 10:11:47 -0700 | |
---|---|---|
committer | 2021-08-16 10:11:47 -0700 | |
commit | 415f3e9619982cc0b4c8364d2ddcec7ec0373ac6 (patch) | |
tree | 2a6baf928b85a6189b89a7c10e675b21c791fc4b /go.mod | |
parent | a66654afd0c2366b75a296485804b42dcc994d9a (diff) | |
download | coredns-415f3e9619982cc0b4c8364d2ddcec7ec0373ac6.tar.gz coredns-415f3e9619982cc0b4c8364d2ddcec7ec0373ac6.tar.zst coredns-415f3e9619982cc0b4c8364d2ddcec7ec0373ac6.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.40.17 to 1.40.22 (#4810)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.40.17 to 1.40.22.
- [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.40.17...v1.40.22)
---
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
@@ -9,7 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.40.17 + github.com/aws/aws-sdk-go v1.40.22 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |