diff options
author | 2019-12-09 06:04:15 -0800 | |
---|---|---|
committer | 2019-12-09 06:04:15 -0800 | |
commit | 6a0403d88ba9b2c82eb34923232ea49405b7a61f (patch) | |
tree | c14b223bda580332eb9e7abffe24d43ba72e70d9 /go.mod | |
parent | 6cf1c086aca54d44a63cd24803ec429dd08ef9a2 (diff) | |
download | coredns-6a0403d88ba9b2c82eb34923232ea49405b7a61f.tar.gz coredns-6a0403d88ba9b2c82eb34923232ea49405b7a61f.tar.zst coredns-6a0403d88ba9b2c82eb34923232ea49405b7a61f.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.25.43 to 1.25.48 (#3526)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.25.43 to 1.25.48.
- [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.43...v1.25.48)
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.25.43 + github.com/aws/aws-sdk-go v1.25.48 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 |