diff options
author | 2020-08-10 09:25:37 -0700 | |
---|---|---|
committer | 2020-08-10 09:25:37 -0700 | |
commit | 623095fa36b7d3a861a0a49d2cf3079a9ffa7168 (patch) | |
tree | 43e3ec5cd1efc87dba6d18788528b918b6cb577a /go.mod | |
parent | 43ea8f7a1f32d7b5667c82d705a4965ebe922cf5 (diff) | |
download | coredns-623095fa36b7d3a861a0a49d2cf3079a9ffa7168.tar.gz coredns-623095fa36b7d3a861a0a49d2cf3079a9ffa7168.tar.zst coredns-623095fa36b7d3a861a0a49d2cf3079a9ffa7168.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.0 (#4054)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.17 to 1.34.0.
- [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.33.17...v1.34.0)
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.33.17 + github.com/aws/aws-sdk-go v1.34.0 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 |