diff options
author | 2021-07-12 08:26:30 -0700 | |
---|---|---|
committer | 2021-07-12 08:26:30 -0700 | |
commit | 729de5216309739b56918143a21ac267080ed991 (patch) | |
tree | c89eb9eb39dfaa14439e90921465b8267a4fe2e5 /go.mod | |
parent | ae0431e4da2f5f135afe4bf16333636eea4ceb2c (diff) | |
download | coredns-729de5216309739b56918143a21ac267080ed991.tar.gz coredns-729de5216309739b56918143a21ac267080ed991.tar.zst coredns-729de5216309739b56918143a21ac267080ed991.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.39.0 to 1.39.4 (#4744)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.39.0 to 1.39.4.
- [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.39.0...v1.39.4)
---
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.39.0 + github.com/aws/aws-sdk-go v1.39.4 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |