From 365d843db0a21b9bf58ea933e6b09e6da1b6bd80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:17:07 +0000 Subject: [PATCH] fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.133.0 (#406) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | `v3.132.0` -> `v3.133.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.133.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.133.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.132.0/v3.133.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.132.0/v3.133.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3) ### [`v3.133.0`](https://redirect.github.com/pulumi/pulumi/compare/v3.132.0...v3.133.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.132.0...v3.133.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm). --- pulumi-language-wasm/go.mod | 2 +- pulumi-language-wasm/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pulumi-language-wasm/go.mod b/pulumi-language-wasm/go.mod index 4362496f..6c01be9a 100644 --- a/pulumi-language-wasm/go.mod +++ b/pulumi-language-wasm/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.1 require ( github.com/golang/protobuf v1.5.4 github.com/pkg/errors v0.9.1 - github.com/pulumi/pulumi/sdk/v3 v3.132.0 + github.com/pulumi/pulumi/sdk/v3 v3.133.0 google.golang.org/grpc v1.66.2 google.golang.org/protobuf v1.34.2 ) diff --git a/pulumi-language-wasm/go.sum b/pulumi-language-wasm/go.sum index 6730e43b..23d2b868 100644 --- a/pulumi-language-wasm/go.sum +++ b/pulumi-language-wasm/go.sum @@ -375,6 +375,8 @@ github.com/pulumi/pulumi/sdk/v3 v3.131.0 h1:w6+XFt4ajz7ZEoCBFo+oMmrQ4DYYBKtzuj/z github.com/pulumi/pulumi/sdk/v3 v3.131.0/go.mod h1:J5kQEX8v87aeUhk6NdQXnjCo1DbiOnOiL3Sf2DuDda8= github.com/pulumi/pulumi/sdk/v3 v3.132.0 h1:UDZHa+WpIEVxWJp+PCbsMxnTUeKMX3xBCcqIHxeAdzI= github.com/pulumi/pulumi/sdk/v3 v3.132.0/go.mod h1:J5kQEX8v87aeUhk6NdQXnjCo1DbiOnOiL3Sf2DuDda8= +github.com/pulumi/pulumi/sdk/v3 v3.133.0 h1:o+7dbJZY9BVgAjOF5GYIWgjp/zpKAgWZwD4pPjUMXKQ= +github.com/pulumi/pulumi/sdk/v3 v3.133.0/go.mod h1:J5kQEX8v87aeUhk6NdQXnjCo1DbiOnOiL3Sf2DuDda8= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=