diff options
author | 2019-12-30 13:10:06 +0100 | |
---|---|---|
committer | 2019-12-30 13:10:06 +0100 | |
commit | b233207f15c846c5cc7ee2d22c18507870b31eaf (patch) | |
tree | 4b2079c4853fffbe308dde299c7ca816abb06297 /go.mod | |
parent | fc546cf12916b9b484f39ee1d68cc3a7faa6a139 (diff) | |
download | coredns-b233207f15c846c5cc7ee2d22c18507870b31eaf.tar.gz coredns-b233207f15c846c5cc7ee2d22c18507870b31eaf.tar.zst coredns-b233207f15c846c5cc7ee2d22c18507870b31eaf.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.26.7 to 1.26.8 (#3574)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.26.7 to 1.26.8.
- [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.26.7...v1.26.8)
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 v2.2.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.26.7 + github.com/aws/aws-sdk-go v1.26.8 github.com/caddyserver/caddy v1.0.4 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect |