diff options
author | 2020-07-20 07:34:58 -0700 | |
---|---|---|
committer | 2020-07-20 07:34:58 -0700 | |
commit | b1232ed031163c34d1380302af7e789851cb9e91 (patch) | |
tree | e201f45d905ec606e8fd5933396229e1b12c77bb /go.mod | |
parent | 2dbaf206e80a7861f043c3cafebca4959e2b7eac (diff) | |
download | coredns-b1232ed031163c34d1380302af7e789851cb9e91.tar.gz coredns-b1232ed031163c34d1380302af7e789851cb9e91.tar.zst coredns-b1232ed031163c34d1380302af7e789851cb9e91.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.33.5 to 1.33.7 (#4011)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.5 to 1.33.7.
- [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.5...v1.33.7)
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.5 + github.com/aws/aws-sdk-go v1.33.7 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 |