@@ -3,35 +3,47 @@ module github.com/GoogleCloudPlatform/terraform-google-conversion/v2
3
3
go 1.18
4
4
5
5
require (
6
- github.com/GoogleCloudPlatform/terraform-validator v0.19.0
7
- github.com/google/go-cmp v0.5.8
6
+ cloud.google.com/go/bigtable v1.17.0
7
+ github.com/apparentlymart/go-cidr v1.1.0
8
+ github.com/davecgh/go-spew v1.1.1
9
+ github.com/google/go-cmp v0.5.9
10
+ github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
11
+ github.com/hashicorp/errwrap v1.0.0
12
+ github.com/hashicorp/go-cleanhttp v0.5.2
8
13
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
9
14
github.com/hashicorp/hcl v1.0.0
10
- github.com/hashicorp/hcl/v2 v2.13.0
11
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.18.0
12
- github.com/hashicorp/terraform-provider-google v1.20.1-0.20220926153800-e1b202c49347
13
- github.com/stretchr/testify v1.7.2
14
- github.com/zclconf/go-cty v1.10.0
15
+ github.com/hashicorp/hcl/v2 v2.14.1
16
+ github.com/hashicorp/terraform-json v0.14.0
17
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
18
+ github.com/hashicorp/terraform-provider-google v1.20.1-0.20221222182143-d5c0cb231df7
19
+ github.com/mitchellh/go-homedir v1.1.0
20
+ github.com/pkg/errors v0.9.1
21
+ github.com/sirupsen/logrus v1.8.1
22
+ github.com/stretchr/testify v1.8.1
23
+ github.com/zclconf/go-cty v1.11.0
15
24
go.uber.org/zap v1.21.0
16
- google.golang.org/api v0.92.0
25
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
26
+ google.golang.org/api v0.103.0
27
+ google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
28
+ google.golang.org/grpc v1.50.1
17
29
)
18
30
19
31
require (
20
32
bitbucket.org/creachadair/stringset v0.0.8 // indirect
21
- cloud.google.com/go v0.102.1 // indirect
22
- cloud.google.com/go/bigtable v1.16.0 // indirect
23
- cloud.google.com/go/compute v1.7.0 // indirect
24
- cloud.google.com/go/iam v0.3.0 // indirect
25
- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.21.1 // indirect
33
+ cloud.google.com/go v0.105.0 // indirect
34
+ cloud.google.com/go/compute v1.12.1 // indirect
35
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
36
+ cloud.google.com/go/iam v0.6.0 // indirect
37
+ cloud.google.com/go/longrunning v0.1.1 // indirect
38
+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.28.0 // indirect
26
39
github.com/agext/levenshtein v1.2.2 // indirect
27
- github.com/apparentlymart/go-cidr v1.1.0 // indirect
28
40
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
41
+ github.com/benbjohnson/clock v1.1.0 // indirect
29
42
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
30
43
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
31
44
github.com/cespare/xxhash/v2 v2.1.2 // indirect
32
45
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
33
46
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
34
- github.com/davecgh/go-spew v1.1.1 // indirect
35
47
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
36
48
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
37
49
github.com/fatih/color v1.13.0 // indirect
@@ -42,55 +54,45 @@ require (
42
54
github.com/golang/protobuf v1.5.2 // indirect
43
55
github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932 // indirect
44
56
github.com/google/uuid v1.3.0 // indirect
45
- github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
46
- github.com/googleapis/gax-go/v2 v2.4.0 // indirect
47
- github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
48
- github.com/hashicorp/errwrap v1.0.0 // indirect
57
+ github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
58
+ github.com/googleapis/gax-go/v2 v2.7.0 // indirect
49
59
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
50
- github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
51
60
github.com/hashicorp/go-hclog v1.2.1 // indirect
52
61
github.com/hashicorp/go-multierror v1.1.1 // indirect
53
62
github.com/hashicorp/go-plugin v1.4.4 // indirect
54
63
github.com/hashicorp/go-uuid v1.0.3 // indirect
55
64
github.com/hashicorp/go-version v1.6.0 // indirect
56
65
github.com/hashicorp/hc-install v0.4.0 // indirect
57
66
github.com/hashicorp/logutils v1.0.0 // indirect
58
- github.com/hashicorp/terraform-exec v0.17.2 // indirect
59
- github.com/hashicorp/terraform-json v0.14.0 // indirect
60
- github.com/hashicorp/terraform-plugin-go v0.10.0 // indirect
61
- github.com/hashicorp/terraform-plugin-log v0.4.1 // indirect
67
+ github.com/hashicorp/terraform-exec v0.17.3 // indirect
68
+ github.com/hashicorp/terraform-plugin-go v0.14.0 // indirect
69
+ github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
62
70
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
63
71
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
64
72
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
65
73
github.com/kylelemons/godebug v1.1.0 // indirect
66
74
github.com/mattn/go-colorable v0.1.12 // indirect
67
75
github.com/mattn/go-isatty v0.0.14 // indirect
68
76
github.com/mitchellh/copystructure v1.2.0 // indirect
69
- github.com/mitchellh/go-homedir v1.1.0 // indirect
70
77
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
71
78
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
72
79
github.com/mitchellh/hashstructure v1.1.0 // indirect
73
80
github.com/mitchellh/mapstructure v1.5.0 // indirect
74
81
github.com/mitchellh/reflectwalk v1.0.2 // indirect
75
82
github.com/oklog/run v1.0.0 // indirect
76
- github.com/pkg/errors v0.9.1 // indirect
77
83
github.com/pmezard/go-difflib v1.0.0 // indirect
78
- github.com/sirupsen/logrus v1.8.1 // indirect
79
84
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
80
85
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
81
86
github.com/vmihailenco/tagparser v0.1.1 // indirect
82
- go.opencensus.io v0.23 .0 // indirect
87
+ go.opencensus.io v0.24 .0 // indirect
83
88
go.uber.org/atomic v1.9.0 // indirect
84
89
go.uber.org/multierr v1.7.0 // indirect
85
90
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
86
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
87
- golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
88
- golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
89
- golang.org/x/text v0.3.7 // indirect
90
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
91
+ golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
92
+ golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
93
+ golang.org/x/text v0.4.0 // indirect
94
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
91
95
google.golang.org/appengine v1.6.7 // indirect
92
- google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
93
- google.golang.org/grpc v1.48.0 // indirect
94
- google.golang.org/protobuf v1.28.0 // indirect
96
+ google.golang.org/protobuf v1.28.1 // indirect
95
97
gopkg.in/yaml.v3 v3.0.1 // indirect
96
98
)
0 commit comments