diff options
author | 2023-03-13 09:57:18 -0400 | |
---|---|---|
committer | 2023-03-13 09:57:18 -0400 | |
commit | ccfbb8b28f2647c62360802579f4f9e6dc745ac9 (patch) | |
tree | 0476b1ce8f43b4b0c2151fdebf249afc59429c72 /go.mod | |
parent | 0c225362e2dae019623abc487fe9f1b4483e26be (diff) | |
download | coredns-ccfbb8b28f2647c62360802579f4f9e6dc745ac9.tar.gz coredns-ccfbb8b28f2647c62360802579f4f9e6dc745ac9.tar.zst coredns-ccfbb8b28f2647c62360802579f4f9e6dc745ac9.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.209 to 1.44.214 (#5948)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.209 to 1.44.214.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.209...v1.44.214)
---
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.12.1 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.44.209 + github.com/aws/aws-sdk-go v1.44.214 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |