|
1 | 1 | module github.com/terraform-google-modules/workspace/test/integration
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.0.0-20220317050137-1c8897fbd42c
|
7 |
| - github.com/gruntwork-io/terratest v0.35.6 // indirect |
8 | 7 | github.com/stretchr/testify v1.8.0
|
9 |
| - k8s.io/client-go v0.25.4 // indirect |
| 8 | +) |
| 9 | + |
| 10 | +require ( |
| 11 | + github.com/PuerkitoBio/purell v1.1.1 // indirect |
| 12 | + 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 |
| 16 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 17 | + github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect |
| 18 | + github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 19 | + github.com/go-openapi/jsonreference v0.19.5 // indirect |
| 20 | + github.com/go-openapi/swag v0.19.14 // indirect |
| 21 | + github.com/golang/protobuf v1.5.2 // indirect |
| 22 | + github.com/google/gnostic v0.5.7-v3refs // indirect |
| 23 | + github.com/google/go-cmp v0.5.8 // indirect |
| 24 | + github.com/gruntwork-io/terratest v0.35.6 // indirect |
| 25 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 26 | + 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 |
| 29 | + github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect |
| 30 | + github.com/josharian/intern v1.0.0 // indirect |
| 31 | + github.com/mailru/easyjson v0.7.6 // indirect |
| 32 | + github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect |
| 33 | + github.com/mitchellh/go-wordwrap v1.0.0 // indirect |
| 34 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 35 | + github.com/tidwall/gjson v1.10.2 // indirect |
| 36 | + github.com/tidwall/match v1.1.1 // indirect |
| 37 | + github.com/tidwall/pretty v1.2.0 // indirect |
| 38 | + github.com/zclconf/go-cty v1.2.1 // indirect |
| 39 | + golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect |
| 40 | + golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect |
| 41 | + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
| 42 | + golang.org/x/text v0.3.7 // indirect |
| 43 | + google.golang.org/protobuf v1.28.0 // indirect |
| 44 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 45 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
10 | 46 | k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
|
| 47 | + sigs.k8s.io/kustomize/kyaml v0.11.0 // indirect |
11 | 48 | )
|
0 commit comments