@@ -10,8 +10,8 @@ replace (
10
10
require (
11
11
github.com/buildkite/terraform-provider-buildkite v0.25.1
12
12
github.com/pulumi/pulumi-terraform-bridge/pf v0.14.1
13
- github.com/pulumi/pulumi-terraform-bridge/v3 v3.53 .0
14
- github.com/pulumi/pulumi/sdk/v3 v3.76.1
13
+ github.com/pulumi/pulumi-terraform-bridge/v3 v3.64 .0
14
+ github.com/pulumi/pulumi/sdk/v3 v3.92.0
15
15
)
16
16
17
17
require (
@@ -23,6 +23,7 @@ require (
23
23
cloud.google.com/go/logging v1.7.0 // indirect
24
24
cloud.google.com/go/longrunning v0.5.1 // indirect
25
25
cloud.google.com/go/storage v1.31.0 // indirect
26
+ dario.cat/mergo v1.0.0 // indirect
26
27
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
27
28
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0 // indirect
28
29
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 // indirect
@@ -40,13 +41,15 @@ require (
40
41
github.com/Masterminds/semver/v3 v3.2.1 // indirect
41
42
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
42
43
github.com/Microsoft/go-winio v0.6.1 // indirect
43
- github.com/ProtonMail/go-crypto v0.0.0-20230710112148-e01326fd72eb // indirect
44
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
44
45
github.com/acomagu/bufpipe v1.0.4 // indirect
45
46
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
46
47
github.com/agext/levenshtein v1.2.3 // indirect
47
48
github.com/apparentlymart/go-cidr v1.1.0 // indirect
48
49
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
50
+ github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
49
51
github.com/armon/go-radix v1.0.0 // indirect
52
+ github.com/atotto/clipboard v0.1.4 // indirect
50
53
github.com/aws/aws-sdk-go v1.44.299 // indirect
51
54
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
52
55
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
@@ -68,12 +71,18 @@ require (
68
71
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
69
72
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect
70
73
github.com/aws/smithy-go v1.13.5 // indirect
74
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
71
75
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
72
76
github.com/bgentry/speakeasy v0.1.0 // indirect
73
77
github.com/blang/semver v3.5.1+incompatible // indirect
74
78
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
79
+ github.com/charmbracelet/bubbles v0.16.1 // indirect
80
+ github.com/charmbracelet/bubbletea v0.24.2 // indirect
81
+ github.com/charmbracelet/lipgloss v0.7.1 // indirect
75
82
github.com/cheggaaa/pb v1.0.29 // indirect
76
83
github.com/cloudflare/circl v1.3.3 // indirect
84
+ github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
85
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
77
86
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
87
github.com/djherbis/times v1.5.0 // indirect
79
88
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -83,8 +92,8 @@ require (
83
92
github.com/fatih/color v1.15.0 // indirect
84
93
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
85
94
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
86
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
87
- github.com/go-git/go-git/v5 v5.7 .0 // indirect
95
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
96
+ github.com/go-git/go-git/v5 v5.9 .0 // indirect
88
97
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
89
98
github.com/go-test/deep v1.1.0 // indirect
90
99
github.com/gofrs/uuid v4.4.0+incompatible // indirect
@@ -109,7 +118,7 @@ require (
109
118
github.com/hashicorp/go-getter v1.7.1 // indirect
110
119
github.com/hashicorp/go-hclog v1.5.0 // indirect
111
120
github.com/hashicorp/go-multierror v1.1.1 // indirect
112
- github.com/hashicorp/go-plugin v1.4.10 // indirect
121
+ github.com/hashicorp/go-plugin v1.5.1 // indirect
113
122
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
114
123
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
115
124
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -119,16 +128,16 @@ require (
119
128
github.com/hashicorp/go-uuid v1.0.3 // indirect
120
129
github.com/hashicorp/go-version v1.6.0 // indirect
121
130
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
122
- github.com/hashicorp/hcl/v2 v2.17 .0 // indirect
131
+ github.com/hashicorp/hcl/v2 v2.18 .0 // indirect
123
132
github.com/hashicorp/hil v0.0.0-20230614213501-4d65b419f8b0 // indirect
124
133
github.com/hashicorp/logutils v1.0.0 // indirect
125
134
github.com/hashicorp/terraform-plugin-framework v1.3.5 // indirect
126
135
github.com/hashicorp/terraform-plugin-framework-validators v0.11.0 // indirect
127
- github.com/hashicorp/terraform-plugin-go v0.18 .0 // indirect
136
+ github.com/hashicorp/terraform-plugin-go v0.19 .0 // indirect
128
137
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
129
138
github.com/hashicorp/terraform-plugin-sdk v1.17.2 // indirect
130
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.27 .0 // indirect
131
- github.com/hashicorp/terraform-registry-address v0.2.1 // indirect
139
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.29 .0 // indirect
140
+ github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
132
141
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
133
142
github.com/hashicorp/vault/api v1.9.2 // indirect
134
143
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -144,8 +153,10 @@ require (
144
153
github.com/kevinburke/ssh_config v1.2.0 // indirect
145
154
github.com/klauspost/compress v1.16.7 // indirect
146
155
github.com/kylelemons/godebug v1.1.0 // indirect
156
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
147
157
github.com/mattn/go-colorable v0.1.13 // indirect
148
158
github.com/mattn/go-isatty v0.0.19 // indirect
159
+ github.com/mattn/go-localereader v0.0.1 // indirect
149
160
github.com/mattn/go-runewidth v0.0.14 // indirect
150
161
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
151
162
github.com/mitchellh/cli v1.1.5 // indirect
@@ -159,7 +170,10 @@ require (
159
170
github.com/mitchellh/reflectwalk v1.0.2 // indirect
160
171
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
161
172
github.com/modern-go/reflect2 v1.0.2 // indirect
173
+ github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
162
174
github.com/muesli/cancelreader v0.2.2 // indirect
175
+ github.com/muesli/reflow v0.3.0 // indirect
176
+ github.com/muesli/termenv v0.15.1 // indirect
163
177
github.com/natefinch/atomic v1.0.1 // indirect
164
178
github.com/oklog/run v1.1.0 // indirect
165
179
github.com/opentracing/basictracer-go v1.1.0 // indirect
@@ -171,10 +185,11 @@ require (
171
185
github.com/pkg/term v1.1.0 // indirect
172
186
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
173
187
github.com/posener/complete v1.2.3 // indirect
174
- github.com/pulumi/pulumi-java/pkg v0.9.4 // indirect
188
+ github.com/pulumi/esc v0.5.7-0.20231030195049-f71961c0d5fa // indirect
189
+ github.com/pulumi/pulumi-java/pkg v0.9.8 // indirect
175
190
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4 // indirect
176
- github.com/pulumi/pulumi-yaml v1.1.1 // indirect
177
- github.com/pulumi/pulumi/pkg/v3 v3.75 .0 // indirect
191
+ github.com/pulumi/pulumi-yaml v1.4.0 // indirect
192
+ github.com/pulumi/pulumi/pkg/v3 v3.92 .0 // indirect
178
193
github.com/pulumi/schema-tools v0.1.2 // indirect
179
194
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
180
195
github.com/rivo/uniseg v0.4.4 // indirect
@@ -207,28 +222,29 @@ require (
207
222
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
208
223
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
209
224
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
210
- github.com/zclconf/go-cty v1.13.2 // indirect
225
+ github.com/zclconf/go-cty v1.14.0 // indirect
211
226
go.opencensus.io v0.24.0 // indirect
212
227
go.uber.org/atomic v1.11.0 // indirect
213
228
gocloud.dev v0.30.0 // indirect
214
229
gocloud.dev/secrets/hashivault v0.30.0 // indirect
215
- golang.org/x/crypto v0.11.0 // indirect
216
- golang.org/x/mod v0.12.0 // indirect
217
- golang.org/x/net v0.12.0 // indirect
230
+ golang.org/x/crypto v0.14.0 // indirect
231
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
232
+ golang.org/x/mod v0.13.0 // indirect
233
+ golang.org/x/net v0.17.0 // indirect
218
234
golang.org/x/oauth2 v0.10.0 // indirect
219
- golang.org/x/sync v0.3 .0 // indirect
220
- golang.org/x/sys v0.10 .0 // indirect
221
- golang.org/x/term v0.10 .0 // indirect
222
- golang.org/x/text v0.11 .0 // indirect
235
+ golang.org/x/sync v0.4 .0 // indirect
236
+ golang.org/x/sys v0.13 .0 // indirect
237
+ golang.org/x/term v0.13 .0 // indirect
238
+ golang.org/x/text v0.13 .0 // indirect
223
239
golang.org/x/time v0.3.0 // indirect
224
- golang.org/x/tools v0.11 .0 // indirect
240
+ golang.org/x/tools v0.14 .0 // indirect
225
241
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
226
242
google.golang.org/api v0.131.0 // indirect
227
243
google.golang.org/appengine v1.6.7 // indirect
228
- google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
244
+ google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e // indirect
229
245
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
230
246
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
231
- google.golang.org/grpc v1.56.2 // indirect
247
+ google.golang.org/grpc v1.57.1 // indirect
232
248
google.golang.org/protobuf v1.31.0 // indirect
233
249
gopkg.in/warnings.v0 v0.1.2 // indirect
234
250
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments