Skip to content

Commit c28c9f0

Browse files
chore(deps): update go modules (#130)
1 parent 63c98bd commit c28c9f0

File tree

3 files changed

+821
-299
lines changed

3 files changed

+821
-299
lines changed

examples/delete-vms-without-cmek/function_source/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.18
44

55
require (
66
cloud.google.com/go v0.107.0
7-
google.golang.org/api v0.103.0
7+
google.golang.org/api v0.105.0
88
)

test/integration/go.mod

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,69 @@ module github.com/terraform-google-modules/terraform-google-event-function/test/
33
go 1.18
44

55
require (
6-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.0.0-20220203183701-08c972c3768c
6+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.4.0
77
github.com/stretchr/testify v1.8.1
88
)
99

1010
require (
11+
cloud.google.com/go v0.83.0 // indirect
12+
cloud.google.com/go/storage v1.10.0 // indirect
1113
github.com/PuerkitoBio/purell v1.1.1 // indirect
1214
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
13-
github.com/agext/levenshtein v1.2.1 // indirect
14-
github.com/apparentlymart/go-textseg v1.0.0 // indirect
15-
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
15+
github.com/agext/levenshtein v1.2.3 // indirect
16+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
17+
github.com/aws/aws-sdk-go v1.40.56 // indirect
18+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1619
github.com/davecgh/go-spew v1.1.1 // indirect
1720
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
1821
github.com/go-openapi/jsonpointer v0.19.3 // indirect
1922
github.com/go-openapi/jsonreference v0.19.3 // indirect
2023
github.com/go-openapi/swag v0.19.5 // indirect
21-
github.com/gruntwork-io/terratest v0.35.6 // indirect
24+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
25+
github.com/golang/protobuf v1.5.2 // indirect
26+
github.com/golang/snappy v0.0.3 // indirect
27+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
28+
github.com/gruntwork-io/terratest v0.40.7 // indirect
2229
github.com/hashicorp/errwrap v1.0.0 // indirect
30+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31+
github.com/hashicorp/go-getter v1.5.9 // indirect
2332
github.com/hashicorp/go-multierror v1.1.0 // indirect
24-
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
25-
github.com/hashicorp/terraform-json v0.9.0 // indirect
33+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
34+
github.com/hashicorp/go-version v1.3.0 // indirect
35+
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
36+
github.com/hashicorp/terraform-json v0.13.0 // indirect
2637
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
38+
github.com/jmespath/go-jmespath v0.4.0 // indirect
39+
github.com/jstemmer/go-junit-report v0.9.1 // indirect
40+
github.com/klauspost/compress v1.13.0 // indirect
2741
github.com/mailru/easyjson v0.7.0 // indirect
42+
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
43+
github.com/mitchellh/go-homedir v1.1.0 // indirect
2844
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
29-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
45+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
3046
github.com/pmezard/go-difflib v1.0.0 // indirect
31-
github.com/tidwall/gjson v1.10.2 // indirect
47+
github.com/tidwall/gjson v1.12.1 // indirect
3248
github.com/tidwall/match v1.1.1 // indirect
3349
github.com/tidwall/pretty v1.2.0 // indirect
34-
github.com/zclconf/go-cty v1.2.1 // indirect
35-
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
36-
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
50+
github.com/tidwall/sjson v1.2.4 // indirect
51+
github.com/tmccombs/hcl2json v0.3.3 // indirect
52+
github.com/ulikunitz/xz v0.5.8 // indirect
53+
github.com/zclconf/go-cty v1.9.1 // indirect
54+
go.opencensus.io v0.23.0 // indirect
55+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
56+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
57+
golang.org/x/mod v0.4.2 // indirect
58+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
59+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
3760
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
3861
golang.org/x/text v0.3.6 // indirect
62+
golang.org/x/tools v0.1.2 // indirect
63+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
64+
google.golang.org/api v0.47.0 // indirect
65+
google.golang.org/appengine v1.6.7 // indirect
66+
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
67+
google.golang.org/grpc v1.38.0 // indirect
68+
google.golang.org/protobuf v1.26.0 // indirect
3969
gopkg.in/yaml.v2 v2.4.0 // indirect
4070
gopkg.in/yaml.v3 v3.0.1 // indirect
4171
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect

0 commit comments

Comments
 (0)