diff options
author | 2021-05-11 10:32:36 +0200 | |
---|---|---|
committer | 2021-05-11 10:32:36 +0200 | |
commit | c6cd160ec4a5d22ee51bfad8e7f7a7faeec66ed6 (patch) | |
tree | 56530720cac0deb6005adb90a9cac35612593992 /go.mod | |
parent | e42614edc5e69c923177bac00868e7336abca8ba (diff) | |
download | coredns-c6cd160ec4a5d22ee51bfad8e7f7a7faeec66ed6.tar.gz coredns-c6cd160ec4a5d22ee51bfad8e7f7a7faeec66ed6.tar.zst coredns-c6cd160ec4a5d22ee51bfad8e7f7a7faeec66ed6.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.38.30 to 1.38.37 (#4619)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.30 to 1.38.37.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.38.30...v1.38.37)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ require ( github.com/Azure/go-autorest/autorest/azure/auth v0.5.7 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect - github.com/apparentlymart/go-cidr v1.1.0 // indirect - github.com/aws/aws-sdk-go v1.38.30 + github.com/apparentlymart/go-cidr v1.1.0 + github.com/aws/aws-sdk-go v1.38.37 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.4.0 github.com/dustin/go-humanize v1.0.0 // indirect |