@@ -3,43 +3,71 @@ module github.com/terraform-google-modules/workspace/test/integration
3
3
go 1.18
4
4
5
5
require (
6
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.0.0-20220317050137-1c8897fbd42c
7
- github.com/stretchr/testify v1.8.0
6
+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.4.0
7
+ github.com/stretchr/testify v1.8.1
8
8
)
9
9
10
10
require (
11
+ cloud.google.com/go v0.83.0 // indirect
12
+ cloud.google.com/go/storage v1.10.0 // indirect
11
13
github.com/PuerkitoBio/purell v1.1.1 // indirect
12
14
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
16
19
github.com/davecgh/go-spew v1.1.1 // indirect
17
20
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
18
21
github.com/go-openapi/jsonpointer v0.19.5 // indirect
19
22
github.com/go-openapi/jsonreference v0.19.5 // indirect
20
23
github.com/go-openapi/swag v0.19.14 // indirect
24
+ github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
21
25
github.com/golang/protobuf v1.5.2 // indirect
26
+ github.com/golang/snappy v0.0.3 // indirect
22
27
github.com/google/gnostic v0.5.7-v3refs // indirect
23
28
github.com/google/go-cmp v0.5.8 // indirect
24
- github.com/gruntwork-io/terratest v0.35.6 // indirect
29
+ github.com/googleapis/gax-go/v2 v2.0.5 // indirect
30
+ github.com/gruntwork-io/terratest v0.40.7 // indirect
25
31
github.com/hashicorp/errwrap v1.0.0 // indirect
32
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
33
+ github.com/hashicorp/go-getter v1.5.9 // indirect
26
34
github.com/hashicorp/go-multierror v1.1.0 // indirect
27
- github.com/hashicorp/hcl/v2 v2.8.2 // indirect
28
- github.com/hashicorp/terraform-json v0.9.0 // indirect
35
+ github.com/hashicorp/go-safetemp v1.0.0 // indirect
36
+ github.com/hashicorp/go-version v1.3.0 // indirect
37
+ github.com/hashicorp/hcl/v2 v2.9.1 // indirect
38
+ github.com/hashicorp/terraform-json v0.13.0 // indirect
29
39
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
40
+ github.com/jmespath/go-jmespath v0.4.0 // indirect
30
41
github.com/josharian/intern v1.0.0 // indirect
42
+ github.com/jstemmer/go-junit-report v0.9.1 // indirect
43
+ github.com/klauspost/compress v1.13.0 // indirect
31
44
github.com/mailru/easyjson v0.7.6 // indirect
45
+ github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
46
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
32
47
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
33
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
48
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
34
49
github.com/pmezard/go-difflib v1.0.0 // indirect
35
- github.com/tidwall/gjson v1.10.2 // indirect
50
+ github.com/tidwall/gjson v1.12.1 // indirect
36
51
github.com/tidwall/match v1.1.1 // indirect
37
52
github.com/tidwall/pretty v1.2.0 // indirect
38
- github.com/zclconf/go-cty v1.2.1 // indirect
53
+ github.com/tidwall/sjson v1.2.4 // indirect
54
+ github.com/tmccombs/hcl2json v0.3.3 // indirect
55
+ github.com/ulikunitz/xz v0.5.8 // indirect
56
+ github.com/zclconf/go-cty v1.9.1 // indirect
57
+ go.opencensus.io v0.23.0 // indirect
39
58
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
59
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
60
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
40
61
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
62
+ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
41
63
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
42
64
golang.org/x/text v0.3.7 // indirect
65
+ golang.org/x/tools v0.1.10 // indirect
66
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
67
+ google.golang.org/api v0.47.0 // indirect
68
+ google.golang.org/appengine v1.6.7 // indirect
69
+ google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
70
+ google.golang.org/grpc v1.38.0 // indirect
43
71
google.golang.org/protobuf v1.28.0 // indirect
44
72
gopkg.in/yaml.v2 v2.4.0 // indirect
45
73
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments