diff options
author | 2021-01-18 08:18:32 -0800 | |
---|---|---|
committer | 2021-01-18 08:18:32 -0800 | |
commit | f476f48b9d33150f65b34424e47c3ac2f8fb91d2 (patch) | |
tree | b72eda051b60675f2d842fa159a4932f82adfc59 /go.mod | |
parent | b75b3163eefa8105bc088d36ba23014493ae2ab3 (diff) | |
download | coredns-f476f48b9d33150f65b34424e47c3ac2f8fb91d2.tar.gz coredns-f476f48b9d33150f65b34424e47c3ac2f8fb91d2.tar.zst coredns-f476f48b9d33150f65b34424e47c3ac2f8fb91d2.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.28 (#4403)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.36.23 to 1.36.28.
- [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.36.23...v1.36.28)
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.6 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.36.23 + github.com/aws/aws-sdk-go v1.36.28 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.3.0 github.com/dustin/go-humanize v1.0.0 // indirect |