diff options
author | 2019-09-16 10:12:26 +0000 | |
---|---|---|
committer | 2019-09-16 11:12:26 +0100 | |
commit | 77e8b388775ec828e8f2e69f661948c183c5b2f4 (patch) | |
tree | 181a1fbdfcc6788c8e84737343316ef318dff89c /go.mod | |
parent | fadc75454a624f9df0f5c7d07f850d2be18b6be3 (diff) | |
download | coredns-77e8b388775ec828e8f2e69f661948c183c5b2f4.tar.gz coredns-77e8b388775ec828e8f2e69f661948c183c5b2f4.tar.zst coredns-77e8b388775ec828e8f2e69f661948c183c5b2f4.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.23.17 to 1.23.21 (#3282)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.23.17 to 1.23.21.
- [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.23.17...v1.23.21)
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/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.12.0 // indirect - github.com/aws/aws-sdk-go v1.23.17 + github.com/aws/aws-sdk-go v1.23.21 github.com/caddyserver/caddy v1.0.3 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect |