diff options
author | 2021-05-24 06:47:30 -0700 | |
---|---|---|
committer | 2021-05-24 06:47:30 -0700 | |
commit | e097dfdc2dd3cb0b57c5aedcb6d55840b1fef4f8 (patch) | |
tree | 2094ac57e11a15882c258b57d276dd4155d7d7f8 /go.mod | |
parent | 163ac033aee0348ca5a4d718d234adb1a1eedce7 (diff) | |
download | coredns-e097dfdc2dd3cb0b57c5aedcb6d55840b1fef4f8.tar.gz coredns-e097dfdc2dd3cb0b57c5aedcb6d55840b1fef4f8.tar.zst coredns-e097dfdc2dd3cb0b57c5aedcb6d55840b1fef4f8.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (#4640)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.40 to 1.38.45.
- [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.40...v1.38.45)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( 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 - github.com/aws/aws-sdk-go v1.38.40 + github.com/aws/aws-sdk-go v1.38.45 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |