File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/pulumi/pulumi-xyz/examples
22
33go 1.21
44
5- require github.com/pulumi/pulumi/pkg/v3 v3.129 .0
5+ require github.com/pulumi/pulumi/pkg/v3 v3.131 .0
66
77require (
88 cloud.google.com/go v0.112.1 // indirect
@@ -123,7 +123,7 @@ require (
123123 github.com/pmezard/go-difflib v1.0.0 // indirect
124124 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
125125 github.com/pulumi/esc v0.9.1 // indirect
126- github.com/pulumi/pulumi/sdk/v3 v3.129 .0 // indirect
126+ github.com/pulumi/pulumi/sdk/v3 v3.131 .0 // indirect
127127 github.com/rivo/uniseg v0.4.4 // indirect
128128 github.com/rogpeppe/go-internal v1.12.0 // indirect
129129 github.com/ryanuber/go-glob v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -344,8 +344,12 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
344344github.com/pulumi/esc v0.9.1 /go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c =
345345github.com/pulumi/pulumi/pkg/v3 v3.129.0 h1:n4Jd4ctlvw3eqyHglb/yJKDtRqjOvdkCBfG5T+orU30 =
346346github.com/pulumi/pulumi/pkg/v3 v3.129.0 /go.mod h1:W3c7JgO064kUH5IfyQMCgmsAr5iwr3PO6KEeIQiO0dY =
347+ github.com/pulumi/pulumi/pkg/v3 v3.131.0 h1:En0nFR9JQ26kxi71qbgATpsJ34leC0VgSFW1TwS4OjE =
348+ github.com/pulumi/pulumi/pkg/v3 v3.131.0 /go.mod h1:+Cy9VMptNdrhGMcYWg3ZqzWlih+hyWoGOImRSoPNs8o =
347349github.com/pulumi/pulumi/sdk/v3 v3.129.0 h1:uZpTTwWTx7Mk8UT9FgatzxzArim47vZ6hzNCKvgvX6A =
348350github.com/pulumi/pulumi/sdk/v3 v3.129.0 /go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY =
351+ github.com/pulumi/pulumi/sdk/v3 v3.131.0 h1:w6+XFt4ajz7ZEoCBFo+oMmrQ4DYYBKtzuj/zBe/uyoo =
352+ github.com/pulumi/pulumi/sdk/v3 v3.131.0 /go.mod h1:J5kQEX8v87aeUhk6NdQXnjCo1DbiOnOiL3Sf2DuDda8 =
349353github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
350354github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
351355github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis =
You can’t perform that action at this time.
0 commit comments