diff options
author | 2019-08-12 18:28:39 +0000 | |
---|---|---|
committer | 2019-08-12 18:28:39 +0000 | |
commit | 555e4877ae07d52094a247e7dc167c229168a3db (patch) | |
tree | 0d673c71820e91900a233215e59005c05ecd2bdf /go.mod | |
parent | 04fa7d1e71f985ad6e47dc80581eb0d23f57bb51 (diff) | |
download | coredns-555e4877ae07d52094a247e7dc167c229168a3db.tar.gz coredns-555e4877ae07d52094a247e7dc167c229168a3db.tar.zst coredns-555e4877ae07d52094a247e7dc167c229168a3db.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.21.2 to 1.22.3 (#3116)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.21.2 to 1.22.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.21.2...v1.22.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
@@ -9,7 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/azure/auth v0.1.0 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Shopify/sarama v1.21.0 // indirect - github.com/aws/aws-sdk-go v1.21.2 + github.com/aws/aws-sdk-go v1.22.3 github.com/caddyserver/caddy v1.0.1 github.com/coreos/bbolt v1.3.2 // indirect github.com/coreos/etcd v3.3.13+incompatible |