diff options
author | 2024-05-20 21:54:27 +0200 | |
---|---|---|
committer | 2024-05-20 21:54:27 +0200 | |
commit | 0f692dd0dd93096e120896c2156e39ae9ef98bed (patch) | |
tree | 27d9039510e47449d894b2a2f7726f9397fdabbc /go.mod | |
parent | 5c1991266dd4b56d83d466ae55e6be824ece36bb (diff) | |
download | coredns-0f692dd0dd93096e120896c2156e39ae9ef98bed.tar.gz coredns-0f692dd0dd93096e120896c2156e39ae9ef98bed.tar.zst coredns-0f692dd0dd93096e120896c2156e39ae9ef98bed.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.5 (#6688)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.52.2 to 1.53.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.52.2...v1.53.5)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
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.12 github.com/antonmedv/expr v1.15.5 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.52.2 + github.com/aws/aws-sdk-go v1.53.5 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |