Skip to content

Commit 2906255

Browse files
Update first-party Pulumi dependencies (#1732)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.153.0` -> `v3.157.0` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.153.2-0.20250303134638-d025ef1b41e8` -> `v3.157.0` | | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.153.0` -> `v3.157.0` | | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.153.2-0.20250303134638-d025ef1b41e8` -> `v3.157.0` | | [pulumi/actions](https://redirect.github.com/pulumi/actions) | action | digest | `3da56e6` -> `9519177` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.157.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.157.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.156.0...v3.157.0) ##### 3.157.0 (2025-03-18) ##### Features - \[engine] Allow protect to be overridden back to false by child resources that inherit it - \[engine] Add an envvar PULUMI_PARALLEL_DIFF to run diff calculations in parallel [#&#8203;18872](https://redirect.github.com/pulumi/pulumi/pull/18872) - \[yaml] Introduce the packages section in Pulumi.yaml [#&#8203;18917](https://redirect.github.com/pulumi/pulumi/pull/18917) - \[sdk/go] Add a Parent option to AnalyzerResourceOptions [#&#8203;18927](https://redirect.github.com/pulumi/pulumi/pull/18927) - \[sdk/nodejs] Add support for resource referenced in component provider [#&#8203;18885](https://redirect.github.com/pulumi/pulumi/pull/18885) - \[sdkgen/nodejs] Change Node.js code generation to use [@&#8203;types/node](https://redirect.github.com/types/node) of version 18 instead of 14 [#&#8203;18922](https://redirect.github.com/pulumi/pulumi/pull/18922) - \[cli/package] Disambiguate packages with a different namespace than "pulumi" [#&#8203;18418](https://redirect.github.com/pulumi/pulumi/pull/18418) ##### Bug Fixes - \[cli/package] Fix explicitly named package names in NodeJS [#&#8203;18933](https://redirect.github.com/pulumi/pulumi/pull/18933) - \[sdkgen/dotnet] Support parameterization in generated remote component resources for .NET [#&#8203;18699](https://redirect.github.com/pulumi/pulumi/pull/18699) ##### Miscellaneous - \[cli] Remove `query` command [#&#8203;18891](https://redirect.github.com/pulumi/pulumi/pull/18891) ### [`v3.156.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.156.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.155.0...v3.156.0) ##### 3.156.0 (2025-03-13) ##### Bug Fixes - \[sdk/go] Fix overriding protect in child resources - \[sdk/python] Fix mapping input names in Construct recursively in component providers [#&#8203;18864](https://redirect.github.com/pulumi/pulumi/pull/18864) ### [`v3.155.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.155.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.154.0...v3.155.0) ##### 3.155.0 (2025-03-12) ##### Features - \[engine] Add batch encryption for snapshot serialization to increase performance working with many secrets [#&#8203;18743](https://redirect.github.com/pulumi/pulumi/pull/18743) - \[sdk/dotnet] Upgrade pulumi dotnet to 3.76.1 [#&#8203;18853](https://redirect.github.com/pulumi/pulumi/pull/18853) ##### Bug Fixes - \[cli/display] Fix a timestamp inconsistency between the JSON display and the engine event log [#&#8203;18838](https://redirect.github.com/pulumi/pulumi/pull/18838) - \[engine] Engine will respect cgroup limits for --parallel [#&#8203;18815](https://redirect.github.com/pulumi/pulumi/pull/18815) - \[engine] Return an error on malformed provider references rather than ignoring them [#&#8203;18854](https://redirect.github.com/pulumi/pulumi/pull/18854) ##### Miscellaneous - \[ci] Run CI with Go 1.23 and 1.24 [#&#8203;18841](https://redirect.github.com/pulumi/pulumi/pull/18841) ### [`v3.154.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.154.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.153.1...v3.154.0) ##### 3.154.0 (2025-03-07) ##### Features - \[cli] Set the --parallel flag with PULUMI_PARALLEL environment variable [#&#8203;18782](https://redirect.github.com/pulumi/pulumi/pull/18782) - \[engine] Pass URN and ID to providers Configure method [#&#8203;18807](https://redirect.github.com/pulumi/pulumi/pull/18807) - \[yaml] Upgrade pulumi-yaml to 1.14.1 [#&#8203;18819](https://redirect.github.com/pulumi/pulumi/pull/18819) - \[cli/{config,state}] Support a PULUMI_STACK environment variable for selecting your stack [#&#8203;18717](https://redirect.github.com/pulumi/pulumi/pull/18717) - \[auto/go] Add the ability to rename the given stack to the Go Automation API [#&#8203;18723](https://redirect.github.com/pulumi/pulumi/pull/18723) - \[auto/go] Automation API for Go now permits setting --diff flag on refresh [#&#8203;18792](https://redirect.github.com/pulumi/pulumi/pull/18792) - \[cli/install] Correctly marshal PluginSpec in GetRequiredPackages, so pulumi install can install git plugins [#&#8203;18786](https://redirect.github.com/pulumi/pulumi/pull/18786) - \[auto/nodejs] Add `stack rename` to the NodeJS Automation API [#&#8203;18696](https://redirect.github.com/pulumi/pulumi/pull/18696) - \[auto/python] Add the ability to rename the given stack to the Python Automation API [#&#8203;18712](https://redirect.github.com/pulumi/pulumi/pull/18712) - \[sdk/python] Log a warning when trying to convert outputs to strings now logs a warning [#&#8203;18790](https://redirect.github.com/pulumi/pulumi/pull/18790) ##### Bug Fixes - \[cli] Stack selections will now always be saved as if `stack select` had been used [#&#8203;14519](https://redirect.github.com/pulumi/pulumi/pull/14519) - \[cli/plugin] Fix plugin "exited prematurely" false positives [#&#8203;18793](https://redirect.github.com/pulumi/pulumi/pull/18793) ### [`v3.153.1`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.153.1) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.153.0...v3.153.1) ##### 3.153.1 (2025-02-28) ##### Bug Fixes - \[programgen] Fix concurrent map write panics in the caching mapper [#&#8203;18746](https://redirect.github.com/pulumi/pulumi/pull/18746) - \[sdk/python] Fix `get_organization` returning `None` from older SDKs [#&#8203;18769](https://redirect.github.com/pulumi/pulumi/pull/18769) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiaW1wYWN0L25vLWNoYW5nZWxvZy1yZXF1aXJlZCJdfQ==--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent f8c0c05 commit 2906255

File tree

5 files changed

+63
-67
lines changed

5 files changed

+63
-67
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Fetch Tags
4545
run: git fetch --quiet --prune --unshallow --tags
4646
- name: Install Pulumi CLI
47-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
47+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
4848
with:
4949
pulumi-version: latest
5050
- name: Install pulumictl
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
submodules: recursive
136136
- name: Install Pulumi CLI
137-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
137+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
138138
with:
139139
pulumi-version: latest
140140
- name: Set up JDK 11
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
submodules: recursive
222222
- name: Install Pulumi CLI
223-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
223+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
224224
with:
225225
pulumi-version: latest
226226
- run: make clone_examples
@@ -250,7 +250,7 @@ jobs:
250250
${{ steps.go-cache-paths.outputs.go-mod }}
251251
key: go-cache-examples-${{ hashFiles('**/go.sum') }}
252252
- name: Install Pulumi CLI
253-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
253+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
254254
- name: Download versions.txt
255255
uses: actions/download-artifact@v4
256256
with:
@@ -339,7 +339,7 @@ jobs:
339339
with:
340340
submodules: recursive
341341
- name: Install Pulumi CLI
342-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
342+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
343343
with:
344344
pulumi-version: latest
345345
- name: Set up JDK 11
@@ -399,7 +399,7 @@ jobs:
399399
with:
400400
submodules: recursive
401401
- name: Install Pulumi CLI
402-
uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6
402+
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
403403
with:
404404
pulumi-version: latest
405405
- run: make clone_templates

pkg/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ require (
1414
github.com/hashicorp/hcl/v2 v2.23.0
1515
github.com/hexops/autogold/v2 v2.2.1
1616
github.com/pkg/errors v0.9.1
17-
github.com/pulumi/pulumi/pkg/v3 v3.153.2-0.20250303134638-d025ef1b41e8
18-
github.com/pulumi/pulumi/sdk/v3 v3.153.2-0.20250303134638-d025ef1b41e8
17+
github.com/pulumi/pulumi/pkg/v3 v3.157.0
18+
github.com/pulumi/pulumi/sdk/v3 v3.157.0
1919
github.com/spf13/cobra v1.9.1
2020
github.com/stretchr/testify v1.10.0
2121
github.com/zclconf/go-cty v1.16.2
@@ -81,7 +81,7 @@ require (
8181
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8282
github.com/go-git/go-billy/v5 v5.6.2 // indirect
8383
github.com/go-git/go-git/v5 v5.13.2 // indirect
84-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
84+
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
8585
github.com/go-logr/logr v1.4.1 // indirect
8686
github.com/go-logr/stdr v1.2.2 // indirect
8787
github.com/gofrs/uuid v4.2.0+incompatible // indirect
@@ -173,14 +173,14 @@ require (
173173
go.uber.org/atomic v1.9.0 // indirect
174174
gocloud.dev v0.37.0 // indirect
175175
gocloud.dev/secrets/hashivault v0.37.0 // indirect
176-
golang.org/x/crypto v0.32.0 // indirect
176+
golang.org/x/crypto v0.33.0 // indirect
177177
golang.org/x/mod v0.19.0 // indirect
178-
golang.org/x/net v0.34.0 // indirect
178+
golang.org/x/net v0.35.0 // indirect
179179
golang.org/x/oauth2 v0.22.0 // indirect
180-
golang.org/x/sync v0.10.0 // indirect
181-
golang.org/x/sys v0.29.0 // indirect
182-
golang.org/x/term v0.28.0 // indirect
183-
golang.org/x/text v0.21.0 // indirect
180+
golang.org/x/sync v0.11.0 // indirect
181+
golang.org/x/sys v0.30.0 // indirect
182+
golang.org/x/term v0.29.0 // indirect
183+
golang.org/x/text v0.22.0 // indirect
184184
golang.org/x/time v0.5.0 // indirect
185185
golang.org/x/tools v0.23.0 // indirect
186186
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

pkg/go.sum

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQ
202202
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
203203
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
204204
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
205-
github.com/go-jose/go-jose/v3 v3.0.3 h1:fFKWeig/irsp7XD2zBxvnmA/XaRWp5V3CBsZXJF7G7k=
206-
github.com/go-jose/go-jose/v3 v3.0.3/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
205+
github.com/go-jose/go-jose/v3 v3.0.4 h1:Wp5HA7bLQcKnf6YYao/4kpRpVMp/yf6+pJKV8WFSaNY=
206+
github.com/go-jose/go-jose/v3 v3.0.4/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
207207
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
208208
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
209209
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
@@ -449,14 +449,10 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE=
449449
github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c=
450450
github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+SobA=
451451
github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
452-
github.com/pulumi/pulumi/pkg/v3 v3.153.0 h1:xsi7N7ER2+p/lMwdF/68m6LOOW2g6d2DfRUw2Y0PRe4=
453-
github.com/pulumi/pulumi/pkg/v3 v3.153.0/go.mod h1:FB5UiirHXRNqPSrnRPqb6ngXbbL1qF4b3vSluR3zNM8=
454-
github.com/pulumi/pulumi/pkg/v3 v3.153.2-0.20250303134638-d025ef1b41e8 h1:GZsvAf/56FEumt8kq1sUBxBDvLd0eVknhiwcGY1nrTY=
455-
github.com/pulumi/pulumi/pkg/v3 v3.153.2-0.20250303134638-d025ef1b41e8/go.mod h1:aO7FkJVEBP3l9DgSNSPT4/P6b/XG5QD2OqvizvRahrg=
456-
github.com/pulumi/pulumi/sdk/v3 v3.153.0 h1:4uno4G0NdUxgAuascyDFOovVLVCA/kZ8NgnAf3TBllg=
457-
github.com/pulumi/pulumi/sdk/v3 v3.153.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
458-
github.com/pulumi/pulumi/sdk/v3 v3.153.2-0.20250303134638-d025ef1b41e8 h1:82k+md6IJCTMHmtBVSgNpj64U4MW0jve8+vKFiaw+Y4=
459-
github.com/pulumi/pulumi/sdk/v3 v3.153.2-0.20250303134638-d025ef1b41e8/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
452+
github.com/pulumi/pulumi/pkg/v3 v3.157.0 h1:jGfoqnBJkk/zjbsLYwLtZxqmqRa2yVj9747dzyqsJMM=
453+
github.com/pulumi/pulumi/pkg/v3 v3.157.0/go.mod h1:thgbPRQSsJypVuxPSD/ZjD2lO90HBrprpRR9KVdi8ZM=
454+
github.com/pulumi/pulumi/sdk/v3 v3.157.0 h1:wqIN+JM/igzOC+XXdch0UKYr3V3k/hjpgt3sS3GzX84=
455+
github.com/pulumi/pulumi/sdk/v3 v3.157.0/go.mod h1:YEbbl0N7eVsgfsL7h5215dDf8GBSe4AnRon7Ya/KIVc=
460456
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
461457
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
462458
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
@@ -567,8 +563,8 @@ golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98y
567563
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
568564
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
569565
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
570-
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
571-
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
566+
golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
567+
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
572568
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
573569
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
574570
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -654,8 +650,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
654650
golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
655651
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
656652
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
657-
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
658-
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
653+
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
654+
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
659655
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
660656
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
661657
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -682,8 +678,8 @@ golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJ
682678
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
683679
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
684680
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
685-
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
686-
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
681+
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
682+
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
687683
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
688684
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
689685
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -740,8 +736,8 @@ golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
740736
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
741737
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
742738
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
743-
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
744-
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
739+
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
740+
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
745741
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
746742
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
747743
golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA=
@@ -752,8 +748,8 @@ golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
752748
golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU=
753749
golang.org/x/term v0.16.0/go.mod h1:yn7UURbUtPyrVJPGPq404EukNFxcm/foM+bV/bfcDsY=
754750
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
755-
golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=
756-
golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek=
751+
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
752+
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
757753
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
758754
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
759755
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -768,8 +764,8 @@ golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
768764
golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
769765
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
770766
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
771-
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
772-
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
767+
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
768+
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
773769
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
774770
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
775771
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=

tests/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.5.0
99
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
1010

1111
require (
12-
github.com/pulumi/pulumi/pkg/v3 v3.153.0
13-
github.com/pulumi/pulumi/sdk/v3 v3.153.0
12+
github.com/pulumi/pulumi/pkg/v3 v3.157.0
13+
github.com/pulumi/pulumi/sdk/v3 v3.157.0
1414
github.com/stretchr/testify v1.10.0
1515
)
1616

@@ -71,13 +71,13 @@ require (
7171
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
7272
github.com/go-git/go-billy/v5 v5.6.2 // indirect
7373
github.com/go-git/go-git/v5 v5.13.2 // indirect
74-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
74+
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
7575
github.com/go-logr/logr v1.4.1 // indirect
7676
github.com/go-logr/stdr v1.2.2 // indirect
7777
github.com/gofrs/uuid v4.2.0+incompatible // indirect
7878
github.com/gogo/protobuf v1.3.2 // indirect
7979
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
80-
github.com/golang/glog v1.2.2 // indirect
80+
github.com/golang/glog v1.2.4 // indirect
8181
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8282
github.com/golang/protobuf v1.5.4 // indirect
8383
github.com/google/go-querystring v1.1.0 // indirect
@@ -161,15 +161,15 @@ require (
161161
go.uber.org/atomic v1.9.0 // indirect
162162
gocloud.dev v0.37.0 // indirect
163163
gocloud.dev/secrets/hashivault v0.37.0 // indirect
164-
golang.org/x/crypto v0.32.0 // indirect
164+
golang.org/x/crypto v0.33.0 // indirect
165165
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
166166
golang.org/x/mod v0.19.0 // indirect
167-
golang.org/x/net v0.34.0 // indirect
167+
golang.org/x/net v0.35.0 // indirect
168168
golang.org/x/oauth2 v0.22.0 // indirect
169-
golang.org/x/sync v0.10.0 // indirect
170-
golang.org/x/sys v0.29.0 // indirect
171-
golang.org/x/term v0.28.0 // indirect
172-
golang.org/x/text v0.21.0 // indirect
169+
golang.org/x/sync v0.11.0 // indirect
170+
golang.org/x/sys v0.30.0 // indirect
171+
golang.org/x/term v0.29.0 // indirect
172+
golang.org/x/text v0.22.0 // indirect
173173
golang.org/x/time v0.5.0 // indirect
174174
golang.org/x/tools v0.23.0 // indirect
175175
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

0 commit comments

Comments
 (0)