diff options
author | 2024-04-09 09:31:24 +0200 | |
---|---|---|
committer | 2024-04-09 09:31:24 +0200 | |
commit | 4db719ae35b7d1136d84327ca599632badbffe1b (patch) | |
tree | f84ad824e6cc8690c1414d1c7f8262ba78100da3 /go.mod | |
parent | ed914bd55a8afde8a09bd0e27b6516b89a8aa723 (diff) | |
download | coredns-4db719ae35b7d1136d84327ca599632badbffe1b.tar.gz coredns-4db719ae35b7d1136d84327ca599632badbffe1b.tar.zst coredns-4db719ae35b7d1136d84327ca599632badbffe1b.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.51.16 (#6594)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.10 to 1.51.16.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.50.10...v1.51.16)
---
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.50.10 + github.com/aws/aws-sdk-go v1.51.16 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |