diff options
author | 2022-02-14 08:37:33 -0800 | |
---|---|---|
committer | 2022-02-14 08:37:33 -0800 | |
commit | 717d1424b567fb7fdbd33c4ef3c26d961b4139d9 (patch) | |
tree | 73857f24e9beaa77eddc9dcf6b918bbbc5033184 /go.mod | |
parent | c6709d930f71d64dc3b5d1a15943e5c927e808cc (diff) | |
download | coredns-717d1424b567fb7fdbd33c4ef3c26d961b4139d9.tar.gz coredns-717d1424b567fb7fdbd33c4ef3c26d961b4139d9.tar.zst coredns-717d1424b567fb7fdbd33c4ef3c26d961b4139d9.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.42.47 to 1.42.52 (#5188)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.47 to 1.42.52.
- [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.42.47...v1.42.52)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
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
@@ -7,7 +7,7 @@ require ( github.com/Azure/go-autorest/autorest v0.11.24 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.42.47 + github.com/aws/aws-sdk-go v1.42.52 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |