diff options
author | 2020-02-17 09:43:59 +0100 | |
---|---|---|
committer | 2020-02-17 09:43:59 +0100 | |
commit | 9e8b0377e2343b84b7b0c8a91b1fc28553de6500 (patch) | |
tree | 02427cc7eb06c01ae0c050c5a4cf01404ebd6129 /go.mod | |
parent | 893275cc2ab344752cd8f85786434faf90cebf13 (diff) | |
download | coredns-9e8b0377e2343b84b7b0c8a91b1fc28553de6500.tar.gz coredns-9e8b0377e2343b84b7b0c8a91b1fc28553de6500.tar.zst coredns-9e8b0377e2343b84b7b0c8a91b1fc28553de6500.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.3 (#3676)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.28.13 to 1.29.3.
- [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.28.13...v1.29.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/DataDog/datadog-go v3.3.1+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.28.13 + github.com/aws/aws-sdk-go v1.29.3 github.com/caddyserver/caddy v1.0.4 github.com/cenkalti/backoff/v4 v4.0.0 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe |