Skip to content

Commit 76f4687

Browse files
chore(deps): bump the go_modules group in /test/src with 6 updates (#67)
Bumps the go_modules group in /test/src with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.6.1` | `1.7.5` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.0.0-20210513164829-c07d793c2f9a` | `0.0.0-20210921155107-089bfa567519` | | [golang.org/x/net](https://github.com/golang/net) | `0.0.0-20220127200216-cd36cc0744dd` | `0.1.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.3.7` | `0.4.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.38.0` | `1.50.1` | | google.golang.org/protobuf | `1.26.0` | `1.28.1` | Updates `github.com/hashicorp/go-getter` from 1.6.1 to 1.7.5 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.6.1...v1.7.5) Updates `golang.org/x/crypto` from 0.0.0-20210513164829-c07d793c2f9a to 0.0.0-20210921155107-089bfa567519 - [Commits](https://github.com/golang/crypto/commits) Updates `golang.org/x/net` from 0.0.0-20220127200216-cd36cc0744dd to 0.1.0 - [Commits](https://github.com/golang/net/commits/v0.1.0) Updates `golang.org/x/text` from 0.3.7 to 0.4.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.4.0) Updates `google.golang.org/grpc` from 1.38.0 to 1.50.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.38.0...v1.50.1) Updates `google.golang.org/protobuf` from 1.26.0 to 1.28.1 --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hans Donner <[email protected]>
1 parent bbf7152 commit 76f4687

File tree

2 files changed

+399
-64
lines changed

2 files changed

+399
-64
lines changed

test/src/go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,56 @@ module github.com/cloudposse/terraform-aws-lambda-function
33
go 1.18
44

55
require (
6-
github.com/aws/aws-sdk-go v1.44.49
6+
github.com/aws/aws-sdk-go v1.44.122
77
github.com/gruntwork-io/terratest v0.40.17
88
github.com/stretchr/testify v1.8.0
99
)
1010

1111
require (
12-
cloud.google.com/go v0.83.0 // indirect
13-
cloud.google.com/go/storage v1.10.0 // indirect
12+
cloud.google.com/go v0.104.0 // indirect
13+
cloud.google.com/go/compute v1.10.0 // indirect
14+
cloud.google.com/go/iam v0.5.0 // indirect
15+
cloud.google.com/go/storage v1.27.0 // indirect
1416
github.com/agext/levenshtein v1.2.3 // indirect
1517
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
1618
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1719
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
20+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1921
github.com/golang/protobuf v1.5.2 // indirect
20-
github.com/golang/snappy v0.0.3 // indirect
21-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
22+
github.com/google/go-cmp v0.5.9 // indirect
23+
github.com/google/uuid v1.3.0 // indirect
24+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
25+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
2226
github.com/hashicorp/errwrap v1.0.0 // indirect
2327
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
24-
github.com/hashicorp/go-getter v1.6.1 // indirect
28+
github.com/hashicorp/go-getter v1.7.5 // indirect
2529
github.com/hashicorp/go-multierror v1.1.0 // indirect
2630
github.com/hashicorp/go-safetemp v1.0.0 // indirect
27-
github.com/hashicorp/go-version v1.3.0 // indirect
31+
github.com/hashicorp/go-version v1.6.0 // indirect
2832
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
2933
github.com/hashicorp/terraform-json v0.13.0 // indirect
3034
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
3135
github.com/jmespath/go-jmespath v0.4.0 // indirect
32-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
33-
github.com/klauspost/compress v1.13.0 // indirect
36+
github.com/klauspost/compress v1.15.11 // indirect
3437
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
3538
github.com/mitchellh/go-homedir v1.1.0 // indirect
36-
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
39+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
3740
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
3841
github.com/pmezard/go-difflib v1.0.0 // indirect
3942
github.com/tmccombs/hcl2json v0.3.3 // indirect
40-
github.com/ulikunitz/xz v0.5.8 // indirect
43+
github.com/ulikunitz/xz v0.5.10 // indirect
4144
github.com/zclconf/go-cty v1.9.1 // indirect
4245
go.opencensus.io v0.23.0 // indirect
43-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
44-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
45-
golang.org/x/mod v0.4.2 // indirect
46-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
47-
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
48-
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
49-
golang.org/x/text v0.3.7 // indirect
50-
golang.org/x/tools v0.1.2 // indirect
51-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
52-
google.golang.org/api v0.47.0 // indirect
46+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
47+
golang.org/x/net v0.1.0 // indirect
48+
golang.org/x/oauth2 v0.1.0 // indirect
49+
golang.org/x/sys v0.1.0 // indirect
50+
golang.org/x/text v0.4.0 // indirect
51+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
52+
google.golang.org/api v0.100.0 // indirect
5353
google.golang.org/appengine v1.6.7 // indirect
54-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
55-
google.golang.org/grpc v1.38.0 // indirect
56-
google.golang.org/protobuf v1.26.0 // indirect
54+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
55+
google.golang.org/grpc v1.50.1 // indirect
56+
google.golang.org/protobuf v1.28.1 // indirect
5757
gopkg.in/yaml.v3 v3.0.1 // indirect
5858
)

0 commit comments

Comments
 (0)