diff options
author | 2019-10-14 08:51:33 -0700 | |
---|---|---|
committer | 2019-10-15 00:51:33 +0900 | |
commit | dc02c20d39541f1a7514535240717c61ac91ce98 (patch) | |
tree | 302049b2dc452ef0cea7b33f1066156af599f5ed /go.mod | |
parent | 70d3d94585d2953e2c9c642e5bbdbc7435f828ea (diff) | |
download | coredns-dc02c20d39541f1a7514535240717c61ac91ce98.tar.gz coredns-dc02c20d39541f1a7514535240717c61ac91ce98.tar.zst coredns-dc02c20d39541f1a7514535240717c61ac91ce98.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.25.1 to 1.25.11 (#3378)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.25.1 to 1.25.11.
- [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.1...v1.25.11)
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.1 + github.com/aws/aws-sdk-go v1.25.11 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 |