diff options
author | 2020-06-22 07:33:52 -0700 | |
---|---|---|
committer | 2020-06-22 07:33:52 -0700 | |
commit | 95726545fe36d3908b86e894861fc82520e4c0d1 (patch) | |
tree | 47dbdc15b0abd1cbf392691e277138c822a14ad4 /go.mod | |
parent | 7504b410f312d584d32db0af12812f2136baeca0 (diff) | |
download | coredns-95726545fe36d3908b86e894861fc82520e4c0d1.tar.gz coredns-95726545fe36d3908b86e894861fc82520e4c0d1.tar.zst coredns-95726545fe36d3908b86e894861fc82520e4c0d1.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.32.1 to 1.32.6 (#3961)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.32.1 to 1.32.6.
- [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.32.1...v1.32.6)
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.32.1 + github.com/aws/aws-sdk-go v1.32.6 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 |