diff options
author | 2020-10-19 06:33:40 -0700 | |
---|---|---|
committer | 2020-10-19 06:33:40 -0700 | |
commit | 641e2bf3bd5c709dd7189cadfd0360a4c22a508d (patch) | |
tree | 2be239644f0815327b647470b47ebeea16687d31 /go.mod | |
parent | fe335e2495e98e08951acac3f53e774659396e14 (diff) | |
download | coredns-641e2bf3bd5c709dd7189cadfd0360a4c22a508d.tar.gz coredns-641e2bf3bd5c709dd7189cadfd0360a4c22a508d.tar.zst coredns-641e2bf3bd5c709dd7189cadfd0360a4c22a508d.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 (#4213)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.35.7 to 1.35.9.
- [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.35.7...v1.35.9)
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
@@ -8,7 +8,7 @@ require ( github.com/Azure/go-autorest/autorest/azure/auth v0.5.3 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect - github.com/aws/aws-sdk-go v1.35.7 + github.com/aws/aws-sdk-go v1.35.9 github.com/cenkalti/backoff/v4 v4.1.0 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.2.2 |