diff options
author | 2024-05-11 15:18:00 +0200 | |
---|---|---|
committer | 2024-05-11 15:18:00 +0200 | |
commit | 677e242bd8bf3d08e01c383c50b55b4dc35099b4 (patch) | |
tree | 4510c9e54911cadda9e64bd2ff7825b3d72c0115 /go.mod | |
parent | a7ed346585e30b99317d36e4d007b7b19a228ea5 (diff) | |
download | coredns-677e242bd8bf3d08e01c383c50b55b4dc35099b4.tar.gz coredns-677e242bd8bf3d08e01c383c50b55b4dc35099b4.tar.zst coredns-677e242bd8bf3d08e01c383c50b55b4dc35099b4.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.52.2 (#6665)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.25 to 1.52.2.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.25...v1.52.2)
---
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.51.25 + github.com/aws/aws-sdk-go v1.52.2 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |