diff options
author | 2020-04-20 07:38:01 -0700 | |
---|---|---|
committer | 2020-04-20 07:38:01 -0700 | |
commit | 42be3c9a33d1150687baea37352fa33f6246a9f9 (patch) | |
tree | 5d3018f9189140e0e739807af064591a1d8e8d58 /go.mod | |
parent | 223223ad1619693a66252f3556f0b6ab43db4bfb (diff) | |
download | coredns-42be3c9a33d1150687baea37352fa33f6246a9f9.tar.gz coredns-42be3c9a33d1150687baea37352fa33f6246a9f9.tar.zst coredns-42be3c9a33d1150687baea37352fa33f6246a9f9.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.9 (#3843)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.30.7 to 1.30.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.30.7...v1.30.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
@@ -10,7 +10,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.30.7 + github.com/aws/aws-sdk-go v1.30.9 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 |