diff options
author | 2020-08-31 10:13:32 +0200 | |
---|---|---|
committer | 2020-08-31 10:13:32 +0200 | |
commit | 6707bfca2fe15170c95faf8625146e8cabaccc56 (patch) | |
tree | 594551168cf7fdc98c81d84916c45d315c38f534 /go.mod | |
parent | 8aace11da8995ff295c7621588f14394d192dab1 (diff) | |
download | coredns-6707bfca2fe15170c95faf8625146e8cabaccc56.tar.gz coredns-6707bfca2fe15170c95faf8625146e8cabaccc56.tar.zst coredns-6707bfca2fe15170c95faf8625146e8cabaccc56.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.34.5 to 1.34.13 (#4092)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.5 to 1.34.13.
- [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.34.5...v1.34.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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/DataDog/datadog-go v3.5.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.34.5 + github.com/aws/aws-sdk-go v1.34.13 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 |