diff options
author | 2022-02-28 07:41:25 -0800 | |
---|---|---|
committer | 2022-02-28 07:41:25 -0800 | |
commit | 6712764d9bd4749da6ea6b26a7a530bed44e196c (patch) | |
tree | de60bb31948bda66a19606ef1bebb6bb4df9a1a9 /go.mod | |
parent | be38f2caffb7498ed55bb34828f2bd816ddf385c (diff) | |
download | coredns-6712764d9bd4749da6ea6b26a7a530bed44e196c.tar.gz coredns-6712764d9bd4749da6ea6b26a7a530bed44e196c.tar.zst coredns-6712764d9bd4749da6ea6b26a7a530bed44e196c.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.43.2 to 1.43.7 (#5211)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.2 to 1.43.7.
- [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.43.2...v1.43.7)
---
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.43.2 + github.com/aws/aws-sdk-go v1.43.7 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |