diff options
author | 2020-05-25 02:09:30 -0700 | |
---|---|---|
committer | 2020-05-25 02:09:30 -0700 | |
commit | 3599df728e088f0a5d9c456d1cae74501e7ec0ee (patch) | |
tree | f1f882c7bd88f066f5e371f2c4f3f1e0e1ce3024 /go.mod | |
parent | f382c72e9592b2defdf3c938622523a28d6df378 (diff) | |
download | coredns-3599df728e088f0a5d9c456d1cae74501e7ec0ee.tar.gz coredns-3599df728e088f0a5d9c456d1cae74501e7ec0ee.tar.zst coredns-3599df728e088f0a5d9c456d1cae74501e7ec0ee.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.30.29 to 1.31.4 (#3908)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.30.29 to 1.31.4.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.30.29...v1.31.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.13.0 // indirect - github.com/aws/aws-sdk-go v1.30.29 + github.com/aws/aws-sdk-go v1.31.4 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 |