diff options
author | 2022-12-06 10:52:13 -0500 | |
---|---|---|
committer | 2022-12-06 10:52:13 -0500 | |
commit | cd71a1ab6131bb35363d6e2361794a4131a8cefa (patch) | |
tree | c36daa2c7d6cbdbd9343f06b1b7a29fcf8391b7f /go.mod | |
parent | 8167b01016134e982506e4145734077b01b36a2e (diff) | |
download | coredns-cd71a1ab6131bb35363d6e2361794a4131a8cefa.tar.gz coredns-cd71a1ab6131bb35363d6e2361794a4131a8cefa.tar.zst coredns-cd71a1ab6131bb35363d6e2361794a4131a8cefa.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.146 to 1.44.152 (#5791)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.146 to 1.44.152.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.146...v1.44.152)
---
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>
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
@@ -8,7 +8,7 @@ require ( github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/antonmedv/expr v1.9.0 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.44.146 + github.com/aws/aws-sdk-go v1.44.152 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |