diff options
author | 2023-12-08 09:57:27 -0500 | |
---|---|---|
committer | 2023-12-08 09:57:27 -0500 | |
commit | f9d5d0cb56ee3b74830bd2592212dd2429f48ed7 (patch) | |
tree | b7c573118806019229a4e9f3234c5a8a54bb51e9 /go.mod | |
parent | 1f3507d78eb2ba6e7aab011c6e92ce7879de69aa (diff) | |
download | coredns-f9d5d0cb56ee3b74830bd2592212dd2429f48ed7.tar.gz coredns-f9d5d0cb56ee3b74830bd2592212dd2429f48ed7.tar.zst coredns-f9d5d0cb56ee3b74830bd2592212dd2429f48ed7.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.47.9 to 1.48.15 (#6429)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.47.9 to 1.48.15.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.47.9...v1.48.15)
---
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.47.9 + github.com/aws/aws-sdk-go v1.48.15 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |