@@ -4,12 +4,12 @@ go 1.23.2
4
4
5
5
toolchain go1.23.4
6
6
7
- replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250124205414-92ccb3765401
7
+ replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250221232320-8d4cfd37a3cd
8
8
9
9
require (
10
- github.com/pulumi/pulumi-terraform-bridge/v3 v3.103 .0
11
- github.com/pulumi/pulumi/pkg/v3 v3.148 .0
12
- github.com/vatesfr/terraform-provider-xenorchestra v0.31.0
10
+ github.com/pulumi/pulumi-terraform-bridge/v3 v3.107 .0
11
+ github.com/pulumi/pulumi/pkg/v3 v3.163 .0
12
+ github.com/vatesfr/terraform-provider-xenorchestra v0.31.1
13
13
)
14
14
15
15
require (
@@ -24,7 +24,7 @@ require (
24
24
github.com/Masterminds/semver/v3 v3.2.0 // indirect
25
25
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
26
26
github.com/Microsoft/go-winio v0.6.1 // indirect
27
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
27
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
28
28
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
29
29
github.com/agext/levenshtein v1.2.3 // indirect
30
30
github.com/apparentlymart/go-cidr v1.1.0 // indirect
@@ -52,12 +52,12 @@ require (
52
52
github.com/fatih/color v1.17.0 // indirect
53
53
github.com/felixge/httpsnoop v1.0.4 // indirect
54
54
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
55
- github.com/go-git/go-billy/v5 v5.6.1 // indirect
56
- github.com/go-git/go-git/v5 v5.13.1 // indirect
55
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
56
+ github.com/go-git/go-git/v5 v5.13.2 // indirect
57
57
github.com/go-logr/logr v1.4.2 // indirect
58
58
github.com/go-logr/stdr v1.2.2 // indirect
59
59
github.com/gogo/protobuf v1.3.2 // indirect
60
- github.com/golang/glog v1.2.2 // indirect
60
+ github.com/golang/glog v1.2.4 // indirect
61
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
62
62
github.com/golang/protobuf v1.5.4 // indirect
63
63
github.com/google/go-cmp v0.6.0 // indirect
@@ -80,13 +80,13 @@ require (
80
80
github.com/hashicorp/go-safetemp v1.0.0 // indirect
81
81
github.com/hashicorp/go-uuid v1.0.3 // indirect
82
82
github.com/hashicorp/go-version v1.7.0 // indirect
83
- github.com/hashicorp/hc-install v0.9.0 // indirect
83
+ github.com/hashicorp/hc-install v0.9.1 // indirect
84
84
github.com/hashicorp/hcl v1.0.0 // indirect
85
85
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
86
86
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
87
87
github.com/hashicorp/logutils v1.0.0 // indirect
88
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
89
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
88
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
89
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
90
90
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect
91
91
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
92
92
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
@@ -129,16 +129,16 @@ require (
129
129
github.com/opentracing/opentracing-go v1.2.0 // indirect
130
130
github.com/pgavlin/fx v0.1.6 // indirect
131
131
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
132
- github.com/pjbgf/sha1cd v0.3.0 // indirect
132
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
133
133
github.com/pkg/errors v0.9.1 // indirect
134
134
github.com/pkg/term v1.1.0 // indirect
135
135
github.com/posener/complete v1.2.3 // indirect
136
136
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
137
- github.com/pulumi/esc v0.10 .0 // indirect
137
+ github.com/pulumi/esc v0.13 .0 // indirect
138
138
github.com/pulumi/inflector v0.1.1 // indirect
139
- github.com/pulumi/pulumi-java/pkg v0.19 .0 // indirect
140
- github.com/pulumi/pulumi-yaml v1.12.0 // indirect
141
- github.com/pulumi/pulumi/sdk/v3 v3.152 .0 // indirect
139
+ github.com/pulumi/pulumi-java/pkg v1.8 .0 // indirect
140
+ github.com/pulumi/pulumi-yaml v1.15.1 // indirect
141
+ github.com/pulumi/pulumi/sdk/v3 v3.163 .0 // indirect
142
142
github.com/pulumi/schema-tools v0.1.2 // indirect
143
143
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
144
144
github.com/rivo/uniseg v0.4.4 // indirect
@@ -154,8 +154,8 @@ require (
154
154
github.com/sourcegraph/jsonrpc2 v0.0.0-20210201082850-366fbb520750 // indirect
155
155
github.com/spf13/afero v1.10.0 // indirect
156
156
github.com/spf13/cast v1.5.0 // indirect
157
- github.com/spf13/cobra v1.8.0 // indirect
158
- github.com/spf13/pflag v1.0.5 // indirect
157
+ github.com/spf13/cobra v1.9.1 // indirect
158
+ github.com/spf13/pflag v1.0.6 // indirect
159
159
github.com/teekennedy/goldmark-markdown v0.3.0 // indirect
160
160
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
161
161
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
@@ -167,23 +167,23 @@ require (
167
167
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
168
168
github.com/xanzy/ssh-agent v0.3.3 // indirect
169
169
github.com/yuin/goldmark v1.7.7 // indirect
170
- github.com/zclconf/go-cty v1.15.0 // indirect
170
+ github.com/zclconf/go-cty v1.16.2 // indirect
171
171
go.opencensus.io v0.24.0 // indirect
172
172
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
173
173
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
174
174
go.opentelemetry.io/otel v1.31.0 // indirect
175
175
go.opentelemetry.io/otel/metric v1.31.0 // indirect
176
176
go.opentelemetry.io/otel/trace v1.31.0 // indirect
177
177
go.uber.org/atomic v1.9.0 // indirect
178
- golang.org/x/crypto v0.32 .0 // indirect
178
+ golang.org/x/crypto v0.33 .0 // indirect
179
179
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
180
- golang.org/x/mod v0.21 .0 // indirect
181
- golang.org/x/net v0.34 .0 // indirect
180
+ golang.org/x/mod v0.22 .0 // indirect
181
+ golang.org/x/net v0.35 .0 // indirect
182
182
golang.org/x/oauth2 v0.23.0 // indirect
183
- golang.org/x/sync v0.10 .0 // indirect
184
- golang.org/x/sys v0.29 .0 // indirect
185
- golang.org/x/term v0.28 .0 // indirect
186
- golang.org/x/text v0.21 .0 // indirect
183
+ golang.org/x/sync v0.11 .0 // indirect
184
+ golang.org/x/sys v0.30 .0 // indirect
185
+ golang.org/x/term v0.29 .0 // indirect
186
+ golang.org/x/text v0.22 .0 // indirect
187
187
golang.org/x/time v0.5.0 // indirect
188
188
golang.org/x/tools v0.23.0 // indirect
189
189
google.golang.org/api v0.169.0 // indirect
0 commit comments