@@ -11,7 +11,7 @@ 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
13
github.com/pulumi/pulumi-terraform-bridge/v3 v3.53.0
14
- github.com/pulumi/pulumi/sdk/v3 v3.76.1
14
+ github.com/pulumi/pulumi/sdk/v3 v3.89.0
15
15
)
16
16
17
17
require (
@@ -47,6 +47,7 @@ require (
47
47
github.com/apparentlymart/go-cidr v1.1.0 // indirect
48
48
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
49
49
github.com/armon/go-radix v1.0.0 // indirect
50
+ github.com/atotto/clipboard v0.1.4 // indirect
50
51
github.com/aws/aws-sdk-go v1.44.299 // indirect
51
52
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
52
53
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
@@ -68,12 +69,17 @@ require (
68
69
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
69
70
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect
70
71
github.com/aws/smithy-go v1.13.5 // indirect
72
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
71
73
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
72
74
github.com/bgentry/speakeasy v0.1.0 // indirect
73
75
github.com/blang/semver v3.5.1+incompatible // indirect
74
76
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
77
+ github.com/charmbracelet/bubbles v0.16.1 // indirect
78
+ github.com/charmbracelet/bubbletea v0.24.2 // indirect
79
+ github.com/charmbracelet/lipgloss v0.7.1 // indirect
75
80
github.com/cheggaaa/pb v1.0.29 // indirect
76
81
github.com/cloudflare/circl v1.3.3 // indirect
82
+ github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
77
83
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
84
github.com/djherbis/times v1.5.0 // indirect
79
85
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -144,8 +150,10 @@ require (
144
150
github.com/kevinburke/ssh_config v1.2.0 // indirect
145
151
github.com/klauspost/compress v1.16.7 // indirect
146
152
github.com/kylelemons/godebug v1.1.0 // indirect
153
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
147
154
github.com/mattn/go-colorable v0.1.13 // indirect
148
155
github.com/mattn/go-isatty v0.0.19 // indirect
156
+ github.com/mattn/go-localereader v0.0.1 // indirect
149
157
github.com/mattn/go-runewidth v0.0.14 // indirect
150
158
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
151
159
github.com/mitchellh/cli v1.1.5 // indirect
@@ -159,7 +167,10 @@ require (
159
167
github.com/mitchellh/reflectwalk v1.0.2 // indirect
160
168
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
161
169
github.com/modern-go/reflect2 v1.0.2 // indirect
170
+ github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
162
171
github.com/muesli/cancelreader v0.2.2 // indirect
172
+ github.com/muesli/reflow v0.3.0 // indirect
173
+ github.com/muesli/termenv v0.15.1 // indirect
163
174
github.com/natefinch/atomic v1.0.1 // indirect
164
175
github.com/oklog/run v1.1.0 // indirect
165
176
github.com/opentracing/basictracer-go v1.1.0 // indirect
@@ -171,10 +182,11 @@ require (
171
182
github.com/pkg/term v1.1.0 // indirect
172
183
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
173
184
github.com/posener/complete v1.2.3 // indirect
174
- github.com/pulumi/pulumi-java/pkg v0.9.4 // indirect
185
+ github.com/pulumi/esc v0.5.2 // indirect
186
+ github.com/pulumi/pulumi-java/pkg v0.9.8 // indirect
175
187
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
188
+ github.com/pulumi/pulumi-yaml v1.2.2 // indirect
189
+ github.com/pulumi/pulumi/pkg/v3 v3.78.2-0.20231010213836-fd8c4dd81928 // indirect
178
190
github.com/pulumi/schema-tools v0.1.2 // indirect
179
191
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
180
192
github.com/rivo/uniseg v0.4.4 // indirect
@@ -212,23 +224,24 @@ require (
212
224
go.uber.org/atomic v1.11.0 // indirect
213
225
gocloud.dev v0.30.0 // indirect
214
226
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
227
+ golang.org/x/crypto v0.14.0 // indirect
228
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
229
+ golang.org/x/mod v0.13.0 // indirect
230
+ golang.org/x/net v0.16.0 // indirect
218
231
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
232
+ golang.org/x/sync v0.4 .0 // indirect
233
+ golang.org/x/sys v0.13 .0 // indirect
234
+ golang.org/x/term v0.13 .0 // indirect
235
+ golang.org/x/text v0.13 .0 // indirect
223
236
golang.org/x/time v0.3.0 // indirect
224
- golang.org/x/tools v0.11 .0 // indirect
237
+ golang.org/x/tools v0.14 .0 // indirect
225
238
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
226
239
google.golang.org/api v0.131.0 // indirect
227
240
google.golang.org/appengine v1.6.7 // indirect
228
- google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
241
+ google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e // indirect
229
242
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
230
243
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
231
- google.golang.org/grpc v1.56.2 // indirect
244
+ google.golang.org/grpc v1.57.0 // indirect
232
245
google.golang.org/protobuf v1.31.0 // indirect
233
246
gopkg.in/warnings.v0 v0.1.2 // indirect
234
247
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments