diff options
author | 2024-04-24 09:27:15 +0200 | |
---|---|---|
committer | 2024-04-24 09:27:15 +0200 | |
commit | a0f74a870fb036bb665484952499e4ac3ac6dcd3 (patch) | |
tree | 6e5c41f47cc5c66ceb45b5e87d8b27e2d7bc2969 /go.mod | |
parent | 4f33527b38a7f65de7b3003002d405393ed1bc1c (diff) | |
download | coredns-a0f74a870fb036bb665484952499e4ac3ac6dcd3.tar.gz coredns-a0f74a870fb036bb665484952499e4ac3ac6dcd3.tar.zst coredns-a0f74a870fb036bb665484952499e4ac3ac6dcd3.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.51.16 to 1.51.25 (#6632)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.16 to 1.51.25.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.16...v1.51.25)
---
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
@@ -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.51.16 + github.com/aws/aws-sdk-go v1.51.25 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |