Update first-party Pulumi dependencies to v3.0.0-20241220232556-6bfc8dc64f22 (#365)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3](https://redirect.github.com/pulumi/pulumi)
| require | patch | `v3.0.0-20241220221752-9a4a32328f80` ->
`v3.0.0-20241220232556-6bfc8dc64f22` |
|
[github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3](https://redirect.github.com/pulumi/pulumi)
| require | patch | `v3.0.0-20241220221752-9a4a32328f80` ->
`v3.0.0-20241220232556-6bfc8dc64f22` |
|
[github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3](https://redirect.github.com/pulumi/pulumi)
| require | patch | `v3.0.0-20241220221752-9a4a32328f80` ->
`v3.0.0-20241220232556-6bfc8dc64f22` |

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- 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>
This commit is contained in:
pulumi-renovate[bot]
2024-12-21 00:58:23 +00:00
committed by GitHub
parent d4fb7fab81
commit 3f9effba53
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -22,9 +22,9 @@ require (
github.com/pulumi/pulumi-java/pkg v0.20.0
github.com/pulumi/pulumi-yaml v1.13.0
github.com/pulumi/pulumi/pkg/v3 v3.144.0
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20241220221752-9a4a32328f80
github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3 v3.0.0-20241220221752-9a4a32328f80
github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3 v3.0.0-20241220221752-9a4a32328f80
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20241220232556-6bfc8dc64f22
github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3 v3.0.0-20241220232556-6bfc8dc64f22
github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3 v3.0.0-20241220232556-6bfc8dc64f22
github.com/pulumi/pulumi/sdk/v3 v3.144.0
github.com/regclient/regclient v0.7.1
github.com/sirupsen/logrus v1.9.3

12
go.sum
View File

@@ -951,12 +951,12 @@ github.com/pulumi/pulumi-yaml v1.13.0 h1:/6fOqsus0DPQ56l08rmgVg48fTXhXDod4h9Bjnu
github.com/pulumi/pulumi-yaml v1.13.0/go.mod h1:2JiCsnmvAyshHkr0LNxhzXKpypQc0he9A0Is4o4qKzA=
github.com/pulumi/pulumi/pkg/v3 v3.144.0 h1:1Lx7wTKuyZO8Z83ZhiogIFjMbQoEeWq001uH7ChbYe8=
github.com/pulumi/pulumi/pkg/v3 v3.144.0/go.mod h1:SuBmq1mC0zYmBFHP/6+oRV6yM7MXUEEDOf4GGhd2o48=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20241220221752-9a4a32328f80 h1:oWQfLDugvfSROVlRG1xdp7ju5wybFFVoY1DIHepThT4=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20241220221752-9a4a32328f80/go.mod h1:10FD0aCPv3mlR58MiIP8HyfD2z9HBEdDxSSZN9BI5fM=
github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3 v3.0.0-20241220221752-9a4a32328f80 h1:xzt4mqKvZucAGha89fOMICQjqYrhwT1Bs1iFCndnjos=
github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3 v3.0.0-20241220221752-9a4a32328f80/go.mod h1:ZPmSv2eTXSpgUnEW8pBYxlS83YDDoQsO56rOmna9ZPU=
github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3 v3.0.0-20241220221752-9a4a32328f80 h1:nKAeh0oEjRZbEGthziuMgmWXewxfZQeOk2k1CwkvTy0=
github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3 v3.0.0-20241220221752-9a4a32328f80/go.mod h1:zwF+zf/DS1SwuiP+OJJPoXglAdhavJtwLe7tm5dNtZY=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20241220232556-6bfc8dc64f22 h1:QJiGLcUjhTclsMF2AiejbE2P5ItZ75DChrllUnmDVxI=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20241220232556-6bfc8dc64f22/go.mod h1:10FD0aCPv3mlR58MiIP8HyfD2z9HBEdDxSSZN9BI5fM=
github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3 v3.0.0-20241220232556-6bfc8dc64f22 h1:EtGaL+n4Oz7DVf9ABhJaye74POZFmME/kYGyqVGi3X4=
github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3 v3.0.0-20241220232556-6bfc8dc64f22/go.mod h1:ZPmSv2eTXSpgUnEW8pBYxlS83YDDoQsO56rOmna9ZPU=
github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3 v3.0.0-20241220232556-6bfc8dc64f22 h1:cppBs7iwuepDvtAhx+cqOj4zK8M88K/qpWypeQcTdac=
github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3 v3.0.0-20241220232556-6bfc8dc64f22/go.mod h1:zwF+zf/DS1SwuiP+OJJPoXglAdhavJtwLe7tm5dNtZY=
github.com/pulumi/pulumi/sdk/v3 v3.144.0 h1:5geCGWyhcrg9JoPbtPN70gHugKfAtri6vgbcCFRb8Ps=
github.com/pulumi/pulumi/sdk/v3 v3.144.0/go.mod h1:/6gxU2XirnLlImBy5OoqV6I4HcjOf+IznNIZNZExZzo=
github.com/quasilyte/go-ruleguard v0.4.2 h1:htXcXDK6/rO12kiTHKfHuqR4kr3Y4M0J0rOL6CH/BYs=