diff options
author | 2022-09-12 10:34:18 -0400 | |
---|---|---|
committer | 2022-09-12 10:34:18 -0400 | |
commit | 8655b7cbc35bc2030b5f3db6d94bd9b5a94f87c3 (patch) | |
tree | e05155ee1f304b316d95c8ad52382ae4710bb791 /go.mod | |
parent | 965825f7551a3b44a2b230a324a894eb08545b78 (diff) | |
download | coredns-8655b7cbc35bc2030b5f3db6d94bd9b5a94f87c3.tar.gz coredns-8655b7cbc35bc2030b5f3db6d94bd9b5a94f87c3.tar.zst coredns-8655b7cbc35bc2030b5f3db6d94bd9b5a94f87c3.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.91 to 1.44.95 (#5612)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.91 to 1.44.95.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.91...v1.44.95)
---
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>
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.11 github.com/antonmedv/expr v1.9.0 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.44.91 + github.com/aws/aws-sdk-go v1.44.95 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |