diff options
author | 2021-10-11 06:39:33 -0700 | |
---|---|---|
committer | 2021-10-11 06:39:33 -0700 | |
commit | 44fcca0e0d67d66dee72ef00d389a16c2ff066a9 (patch) | |
tree | 0a614eb50ac67522374733b87c284bedb917d213 /go.mod | |
parent | 5b65a58d4883e91312fcb79911f71eb5a5993b47 (diff) | |
download | coredns-44fcca0e0d67d66dee72ef00d389a16c2ff066a9.tar.gz coredns-44fcca0e0d67d66dee72ef00d389a16c2ff066a9.tar.zst coredns-44fcca0e0d67d66dee72ef00d389a16c2ff066a9.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.40.54 to 1.40.59 (#4919)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.40.54 to 1.40.59.
- [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.40.54...v1.40.59)
---
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
@@ -9,7 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.40.54 + github.com/aws/aws-sdk-go v1.40.59 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |