diff options
author | 2021-09-27 07:03:45 -0700 | |
---|---|---|
committer | 2021-09-27 07:03:45 -0700 | |
commit | aaa0456f4e5bff9a4a0d11f7ff3e46119c255230 (patch) | |
tree | 9200982e4f042f81cd3883c63bbff49cf4a53327 /go.mod | |
parent | 75656c39f04e91d8005622ad6d876e621bed0569 (diff) | |
download | coredns-aaa0456f4e5bff9a4a0d11f7ff3e46119c255230.tar.gz coredns-aaa0456f4e5bff9a4a0d11f7ff3e46119c255230.tar.zst coredns-aaa0456f4e5bff9a4a0d11f7ff3e46119c255230.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.40.45 to 1.40.49 (#4888)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.40.45 to 1.40.49.
- [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.40.45...v1.40.49)
---
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
@@ -9,7 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.40.45 + github.com/aws/aws-sdk-go v1.40.49 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |