@@ -8,7 +8,7 @@ require (
8
8
github.com/gruntwork-io/terratest v0.41.10
9
9
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
10
10
github.com/hashicorp/hcl/v2 v2.16.2
11
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
11
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
12
12
github.com/hashicorp/terraform-provider-google v1.20.1-0.20210625223728-379bcb41c06b
13
13
github.com/mongodb-forks/digest v1.0.4
14
14
github.com/mwielbut/pointy v1.1.0
@@ -61,19 +61,19 @@ require (
61
61
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
62
62
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
63
63
github.com/hashicorp/go-getter v1.6.1 // indirect
64
- github.com/hashicorp/go-hclog v1.2.1 // indirect
64
+ github.com/hashicorp/go-hclog v1.4.0 // indirect
65
65
github.com/hashicorp/go-multierror v1.1.1 // indirect
66
- github.com/hashicorp/go-plugin v1.4.6 // indirect
66
+ github.com/hashicorp/go-plugin v1.4.8 // indirect
67
67
github.com/hashicorp/go-safetemp v1.0.0 // indirect
68
68
github.com/hashicorp/go-uuid v1.0.3 // indirect
69
69
github.com/hashicorp/go-version v1.6.0 // indirect
70
- github.com/hashicorp/hc-install v0.4 .0 // indirect
70
+ github.com/hashicorp/hc-install v0.5 .0 // indirect
71
71
github.com/hashicorp/logutils v1.0.0 // indirect
72
72
github.com/hashicorp/terraform-exec v0.17.3 // indirect
73
- github.com/hashicorp/terraform-json v0.14 .0 // indirect
74
- github.com/hashicorp/terraform-plugin-go v0.14.1 // indirect
75
- github.com/hashicorp/terraform-plugin-log v0.7 .0 // indirect
76
- github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
73
+ github.com/hashicorp/terraform-json v0.15 .0 // indirect
74
+ github.com/hashicorp/terraform-plugin-go v0.14.3 // indirect
75
+ github.com/hashicorp/terraform-plugin-log v0.8 .0 // indirect
76
+ github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
77
77
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
78
78
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
79
79
github.com/imdario/mergo v0.3.12 // indirect
@@ -112,9 +112,9 @@ require (
112
112
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
113
113
github.com/vmihailenco/tagparser v0.1.1 // indirect
114
114
go.opencensus.io v0.23.0 // indirect
115
- golang.org/x/crypto v0.1 .0 // indirect
115
+ golang.org/x/crypto v0.6 .0 // indirect
116
116
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
117
- golang.org/x/mod v0.6 .0 // indirect
117
+ golang.org/x/mod v0.7 .0 // indirect
118
118
golang.org/x/net v0.7.0 // indirect
119
119
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
120
120
golang.org/x/sys v0.5.0 // indirect
@@ -125,7 +125,7 @@ require (
125
125
google.golang.org/api v0.48.0 // indirect
126
126
google.golang.org/appengine v1.6.7 // indirect
127
127
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08 // indirect
128
- google.golang.org/grpc v1.50.1 // indirect
128
+ google.golang.org/grpc v1.51.0 // indirect
129
129
google.golang.org/protobuf v1.28.1 // indirect
130
130
gopkg.in/inf.v0 v0.9.1 // indirect
131
131
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments