diff options
author | 2023-10-20 13:22:53 +0200 | |
---|---|---|
committer | 2023-10-20 13:22:53 +0200 | |
commit | 5b25f24d427ac162ad9f4a5a20a33b9904aea51e (patch) | |
tree | 928c4e01adfb32c35909a558e2090a4da053edd1 /go.mod | |
parent | 13cfa924e1b07fcc93e3a52fae2bf8abe48ff198 (diff) | |
download | coredns-5b25f24d427ac162ad9f4a5a20a33b9904aea51e.tar.gz coredns-5b25f24d427ac162ad9f4a5a20a33b9904aea51e.tar.zst coredns-5b25f24d427ac162ad9f4a5a20a33b9904aea51e.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.45.6 to 1.45.25 (#6358)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.6 to 1.45.25.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.45.6...v1.45.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.13.0 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.45.6 + github.com/aws/aws-sdk-go v1.45.25 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |