Skip to content

Commit b261467

Browse files
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.89.0
1 parent c3cd7cc commit b261467

File tree

4 files changed

+116
-23
lines changed

4 files changed

+116
-23
lines changed

provider/go.mod

+27-14
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/buildkite/terraform-provider-buildkite v0.25.1
1212
github.com/pulumi/pulumi-terraform-bridge/pf v0.14.1
1313
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
1515
)
1616

1717
require (
@@ -47,6 +47,7 @@ require (
4747
github.com/apparentlymart/go-cidr v1.1.0 // indirect
4848
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
4949
github.com/armon/go-radix v1.0.0 // indirect
50+
github.com/atotto/clipboard v0.1.4 // indirect
5051
github.com/aws/aws-sdk-go v1.44.299 // indirect
5152
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
5253
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
@@ -68,12 +69,17 @@ require (
6869
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
6970
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect
7071
github.com/aws/smithy-go v1.13.5 // indirect
72+
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
7173
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
7274
github.com/bgentry/speakeasy v0.1.0 // indirect
7375
github.com/blang/semver v3.5.1+incompatible // indirect
7476
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
7580
github.com/cheggaaa/pb v1.0.29 // indirect
7681
github.com/cloudflare/circl v1.3.3 // indirect
82+
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
7783
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7884
github.com/djherbis/times v1.5.0 // indirect
7985
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -144,8 +150,10 @@ require (
144150
github.com/kevinburke/ssh_config v1.2.0 // indirect
145151
github.com/klauspost/compress v1.16.7 // indirect
146152
github.com/kylelemons/godebug v1.1.0 // indirect
153+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
147154
github.com/mattn/go-colorable v0.1.13 // indirect
148155
github.com/mattn/go-isatty v0.0.19 // indirect
156+
github.com/mattn/go-localereader v0.0.1 // indirect
149157
github.com/mattn/go-runewidth v0.0.14 // indirect
150158
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
151159
github.com/mitchellh/cli v1.1.5 // indirect
@@ -159,7 +167,10 @@ require (
159167
github.com/mitchellh/reflectwalk v1.0.2 // indirect
160168
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
161169
github.com/modern-go/reflect2 v1.0.2 // indirect
170+
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
162171
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
163174
github.com/natefinch/atomic v1.0.1 // indirect
164175
github.com/oklog/run v1.1.0 // indirect
165176
github.com/opentracing/basictracer-go v1.1.0 // indirect
@@ -171,10 +182,11 @@ require (
171182
github.com/pkg/term v1.1.0 // indirect
172183
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
173184
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
175187
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
178190
github.com/pulumi/schema-tools v0.1.2 // indirect
179191
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
180192
github.com/rivo/uniseg v0.4.4 // indirect
@@ -212,23 +224,24 @@ require (
212224
go.uber.org/atomic v1.11.0 // indirect
213225
gocloud.dev v0.30.0 // indirect
214226
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
218231
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
223236
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
225238
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
226239
google.golang.org/api v0.131.0 // indirect
227240
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
229242
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
230243
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
232245
google.golang.org/protobuf v1.31.0 // indirect
233246
gopkg.in/warnings.v0 v0.1.2 // indirect
234247
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)