build(deps): bump github.com/aws/aws-sdk-go from 1.38.20 to 1.42.6 (#11515)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.20 to 1.42.6. - [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.38.20...v1.42.6 ) --- 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>
Showing
+10 -8
... | ... | @@ -19,7 +19,7 @@ require ( |
github.com/NYTimes/gziphandler v1.0.1 | ||
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e | ||
github.com/armon/go-metrics v0.3.10 | ||
github.com/aws/aws-sdk-go v1.38.20 | ||
github.com/aws/aws-sdk-go v1.42.6 | ||
github.com/boltdb/bolt v1.3.1 | ||
github.com/container-storage-interface/spec v1.4.0 | ||
github.com/containerd/go-cni v0.0.0-20190904155053-d20b7eebc7ee | ||
... | ... | @@ -113,7 +113,7 @@ require ( |
github.com/zclconf/go-cty-yaml v1.0.2 | ||
go.uber.org/goleak v1.1.12 | ||
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 | ||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7 | ||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e | ||
... | ... | @@ -236,7 +236,7 @@ require ( |
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.13.0 // indirect | ||
... | ... |
Please register or sign in to comment