diff options
author | 2019-07-19 09:19:35 +0000 | |
---|---|---|
committer | 2019-07-19 09:19:35 +0000 | |
commit | f7b26db9d02cd301e26e0d42d6c41473b5c23730 (patch) | |
tree | 8a350551bd02f24f355e72095e1275c610bed338 /go.mod | |
parent | 031dfede905143694fb33fb30eba9a1721a77bbc (diff) | |
download | coredns-f7b26db9d02cd301e26e0d42d6c41473b5c23730.tar.gz coredns-f7b26db9d02cd301e26e0d42d6c41473b5c23730.tar.zst coredns-f7b26db9d02cd301e26e0d42d6c41473b5c23730.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.20.20 to 1.21.0 (#3022)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.20.20 to 1.21.0.
- [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.20.20...v1.21.0)
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
@@ -6,7 +6,7 @@ require ( cloud.google.com/go v0.41.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.20.20 + github.com/aws/aws-sdk-go v1.21.0 github.com/caddyserver/caddy v1.0.1 github.com/coreos/bbolt v1.3.2 // indirect github.com/coreos/etcd v3.3.13+incompatible |