@@ -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.108 .1
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,14 @@ 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
49
50
github.com/armon/go-radix v1.0.0 // indirect
51
+ github.com/atotto/clipboard v0.1.4 // indirect
50
52
github.com/aws/aws-sdk-go v1.44.299 // indirect
51
53
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
52
54
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
@@ -68,13 +70,20 @@ require (
68
70
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
69
71
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect
70
72
github.com/aws/smithy-go v1.13.5 // indirect
73
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
71
74
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
72
75
github.com/bgentry/speakeasy v0.1.0 // indirect
73
76
github.com/blang/semver v3.5.1+incompatible // indirect
74
77
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
78
+ github.com/charmbracelet/bubbles v0.16.1 // indirect
79
+ github.com/charmbracelet/bubbletea v0.24.2 // indirect
80
+ github.com/charmbracelet/lipgloss v0.7.1 // indirect
75
81
github.com/cheggaaa/pb v1.0.29 // indirect
76
- github.com/cloudflare/circl v1.3.3 // indirect
82
+ github.com/cloudflare/circl v1.3.7 // indirect
83
+ github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
84
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
77
85
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86
+ github.com/deckarep/golang-set/v2 v2.5.0 // indirect
78
87
github.com/djherbis/times v1.5.0 // indirect
79
88
github.com/dustin/go-humanize v1.0.1 // indirect
80
89
github.com/edsrzf/mmap-go v1.1.0 // 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.11 .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
@@ -93,7 +102,7 @@ require (
93
102
github.com/golang/glog v1.1.1 // indirect
94
103
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
95
104
github.com/golang/protobuf v1.5.3 // indirect
96
- github.com/google/go-cmp v0.5.9 // indirect
105
+ github.com/google/go-cmp v0.6.0 // indirect
97
106
github.com/google/go-querystring v1.1.0 // indirect
98
107
github.com/google/s2a-go v0.1.4 // indirect
99
108
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -144,9 +153,11 @@ 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
149
- github.com/mattn/go-runewidth v0.0.14 // indirect
159
+ github.com/mattn/go-localereader v0.0.1 // indirect
160
+ github.com/mattn/go-runewidth v0.0.15 // indirect
150
161
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
151
162
github.com/mitchellh/cli v1.1.5 // indirect
152
163
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -159,22 +170,28 @@ 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-20230316100256-276c6243b2f6 // 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.2 // 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
166
180
github.com/opentracing/opentracing-go v1.2.0 // indirect
181
+ github.com/pgavlin/fx v0.1.6 // indirect
167
182
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
168
183
github.com/pjbgf/sha1cd v0.3.0 // indirect
169
184
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
170
185
github.com/pkg/errors v0.9.1 // indirect
171
186
github.com/pkg/term v1.1.0 // indirect
172
187
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
173
188
github.com/posener/complete v1.2.3 // indirect
174
- github.com/pulumi/pulumi-java/pkg v0.9.4 // indirect
189
+ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
190
+ github.com/pulumi/esc v0.6.2 // indirect
191
+ github.com/pulumi/pulumi-java/pkg v0.9.8 // indirect
175
192
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
193
+ github.com/pulumi/pulumi-yaml v1.4.3 // indirect
194
+ github.com/pulumi/pulumi/pkg/v3 v3.98 .0 // indirect
178
195
github.com/pulumi/schema-tools v0.1.2 // indirect
179
196
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
180
197
github.com/rivo/uniseg v0.4.4 // indirect
@@ -188,7 +205,7 @@ require (
188
205
github.com/sergi/go-diff v1.3.1 // indirect
189
206
github.com/shopspring/decimal v1.3.1 // indirect
190
207
github.com/shurcooL/graphql v0.0.0-20230712132842-85bf0c3c277e // indirect
191
- github.com/skeema/knownhosts v1.2.0 // indirect
208
+ github.com/skeema/knownhosts v1.2.1 // indirect
192
209
github.com/spf13/afero v1.9.5 // indirect
193
210
github.com/spf13/cast v1.5.1 // indirect
194
211
github.com/spf13/cobra v1.7.0 // indirect
@@ -212,23 +229,24 @@ require (
212
229
go.uber.org/atomic v1.11.0 // indirect
213
230
gocloud.dev v0.30.0 // indirect
214
231
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
232
+ golang.org/x/crypto v0.17.0 // indirect
233
+ golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
234
+ golang.org/x/mod v0.14.0 // indirect
235
+ golang.org/x/net v0.19.0 // indirect
218
236
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
237
+ golang.org/x/sync v0.5 .0 // indirect
238
+ golang.org/x/sys v0.15 .0 // indirect
239
+ golang.org/x/term v0.15 .0 // indirect
240
+ golang.org/x/text v0.14 .0 // indirect
223
241
golang.org/x/time v0.3.0 // indirect
224
- golang.org/x/tools v0.11 .0 // indirect
242
+ golang.org/x/tools v0.15 .0 // indirect
225
243
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
226
244
google.golang.org/api v0.131.0 // indirect
227
245
google.golang.org/appengine v1.6.7 // indirect
228
- google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
246
+ google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e // indirect
229
247
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
230
248
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
231
- google.golang.org/grpc v1.56.2 // indirect
249
+ google.golang.org/grpc v1.57.1 // indirect
232
250
google.golang.org/protobuf v1.31.0 // indirect
233
251
gopkg.in/warnings.v0 v0.1.2 // indirect
234
252
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments