diff options
author | 2022-05-02 07:29:27 -0700 | |
---|---|---|
committer | 2022-05-02 07:29:27 -0700 | |
commit | 2ba757fdf855819df2a72e7b857c9bfa11cd98a8 (patch) | |
tree | 0516f38c3a1005a35c6acad1891a9af87c2be0d7 /go.mod | |
parent | 900167881d8c4ec365b68193c02e3e1fc6de7ab6 (diff) | |
download | coredns-2ba757fdf855819df2a72e7b857c9bfa11cd98a8.tar.gz coredns-2ba757fdf855819df2a72e7b857c9bfa11cd98a8.tar.zst coredns-2ba757fdf855819df2a72e7b857c9bfa11cd98a8.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.43.45 to 1.44.4 (#5359)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.45 to 1.44.4.
- [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.43.45...v1.44.4)
---
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
@@ -7,7 +7,7 @@ require ( github.com/Azure/go-autorest/autorest v0.11.27 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.43.45 + github.com/aws/aws-sdk-go v1.44.4 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |