diff options
author | 2020-03-30 07:15:39 -0700 | |
---|---|---|
committer | 2020-03-30 07:15:39 -0700 | |
commit | 2722990afb1bf26ef84f2c181e2ae67dff2b5e98 (patch) | |
tree | 41caa54e47383a1810bc1ed4a776f46859fe746e /go.mod | |
parent | 66dceea95e7720f28980b64ec50256c80451b774 (diff) | |
download | coredns-2722990afb1bf26ef84f2c181e2ae67dff2b5e98.tar.gz coredns-2722990afb1bf26ef84f2c181e2ae67dff2b5e98.tar.zst coredns-2722990afb1bf26ef84f2c181e2ae67dff2b5e98.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.29.29 to 1.29.34 (#3790)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.29.29 to 1.29.34.
- [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.29.29...v1.29.34)
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
@@ -10,7 +10,7 @@ require ( github.com/DataDog/datadog-go v3.3.1+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.29.29 + github.com/aws/aws-sdk-go v1.29.34 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.0 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe |