diff options
author | 2023-09-04 08:37:09 -0700 | |
---|---|---|
committer | 2023-09-04 08:37:09 -0700 | |
commit | dcf40255cffbcedaa9feb1526872b33b0ce3f2e3 (patch) | |
tree | 26c75b04f8d61440b32d6c090c207fa9a35e586d /go.mod | |
parent | b43d454585be8ee865bf9d27973871430ff7c2c1 (diff) | |
download | coredns-dcf40255cffbcedaa9feb1526872b33b0ce3f2e3.tar.gz coredns-dcf40255cffbcedaa9feb1526872b33b0ce3f2e3.tar.zst coredns-dcf40255cffbcedaa9feb1526872b33b0ce3f2e3.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.332 to 1.45.2 (#6298)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.332 to 1.45.2.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.332...v1.45.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.13.0 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.44.332 + github.com/aws/aws-sdk-go v1.45.2 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |