diff options
author | 2019-11-12 06:59:01 -0800 | |
---|---|---|
committer | 2019-11-12 06:59:01 -0800 | |
commit | 591942a99ca061bc4694770f00576bc1d45b2070 (patch) | |
tree | 355fa0720d81f87dbf2e5a5db1a7120f37cfdde4 /go.mod | |
parent | e23a34abb439c8169f90a2fc431e0ba0019d6a50 (diff) | |
download | coredns-591942a99ca061bc4694770f00576bc1d45b2070.tar.gz coredns-591942a99ca061bc4694770f00576bc1d45b2070.tar.zst coredns-591942a99ca061bc4694770f00576bc1d45b2070.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.25.25 to 1.25.31 (#3438)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.25.25 to 1.25.31.
- [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.25.25...v1.25.31)
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
@@ -11,7 +11,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.12.0 // indirect - github.com/aws/aws-sdk-go v1.25.25 + github.com/aws/aws-sdk-go v1.25.31 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 |