Skip to content

Commit a5aea54

Browse files
Update module github.com/pulumi/pulumi/pkg/v3 to v3.256.0 (#771)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | `v3.255.0` → `v3.256.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fpkg%2fv3/v3.256.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpulumi%2fpulumi%2fpkg%2fv3/v3.255.0/v3.256.0?slim=true) | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.256.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.256.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.255.0...v3.256.0) ##### 3.256.0 (2026-08-04) ##### Features - \[cli] Add `--ignore-protect` flag to `pulumi up`, `pulumi preview` and `pulumi destroy` to allow deleting protected resources without unprotecting them in the state first [#&#8203;24053](https://redirect.github.com/pulumi/pulumi/pull/24053) - \[cli/env] Add an optional `--export-env-vars` flag to the `env provider {aws,azure,gcp}-login` commands to also set the standard SDK environment variables referencing the login outputs [#&#8203;24055](https://redirect.github.com/pulumi/pulumi/pull/24055) - \[cli] Add a `--server` flag to `pulumi package add`, `publish`, `get-schema`, `get-mapping`, `gen-sdk`, `info` and `pulumi schema check` that skips package resolution and uses the given URL as the plugin download URL [#&#8203;24107](https://redirect.github.com/pulumi/pulumi/pull/24107) ##### Bug Fixes - \[backend/service] Fix `pulumi login --insecure` not being reflected in the stack's service secrets manager state, which caused TLS verification failures against self-hosted backends using self-signed certificates [#&#8203;24134](https://redirect.github.com/pulumi/pulumi/pull/24134) - \[cli] Scope current stack selection to the active backend so switching backends no longer surfaces stale stack errors [#&#8203;23974](https://redirect.github.com/pulumi/pulumi/pull/23974) - \[programgen/go] Parent an invoke written inside a component to that component, lower a component's outputs, and only import `fmt` when a component needs it [#&#8203;24019](https://redirect.github.com/pulumi/pulumi/pull/24019) - \[programgen/python] Parent an invoke written inside a component to that component, so it resolves the component's providers [#&#8203;24018](https://redirect.github.com/pulumi/pulumi/pull/24018) - \[sdk/nodejs] Defer output-form invokes that depend on a remote component whose resources are pending creation, by declaring invoke dependencies to the engine [#&#8203;24042](https://redirect.github.com/pulumi/pulumi/pull/24042) - \[engine] Gate invokes on the created-ness of their declared dependencies, including the children of remote components, resolving them as unknown during previews that still have to create them [#&#8203;24040](https://redirect.github.com/pulumi/pulumi/pull/24040) - \[sdk/go] Defer output-form invokes that depend on a remote component whose resources are pending creation, by declaring invoke dependencies to the engine [#&#8203;24044](https://redirect.github.com/pulumi/pulumi/pull/24044) - \[pcl] Declare invoke dependencies to the engine so invokes that depend on pending resources, including remote components, resolve as unknown during previews [#&#8203;24041](https://redirect.github.com/pulumi/pulumi/pull/24041) - \[sdk/python] Defer output-form invokes that depend on a remote component whose resources are pending creation, by declaring invoke dependencies to the engine [#&#8203;24043](https://redirect.github.com/pulumi/pulumi/pull/24043) - \[cli/env] `env provider` no longer writes a new environment revision when the resulting definition is unchanged [#&#8203;24055](https://redirect.github.com/pulumi/pulumi/pull/24055) - \[sdk/go] Output-form invokes now infer their resource dependencies from their arguments, so they are skipped during preview while a dependent resource is pending creation and their results carry those dependencies [#&#8203;24054](https://redirect.github.com/pulumi/pulumi/pull/24054) - \[sdkgen/go] Fixes nested optional output conversions [#&#8203;24096](https://redirect.github.com/pulumi/pulumi/pull/24096) - \[engine] Fix a plugin process leak in `NewPolicyAnalyzer` when `ConfigureStack` fails after the plugin has booted [#&#8203;24106](https://redirect.github.com/pulumi/pulumi/pull/24106) - \[programgen/go] Avoid redundant applies when projecting properties from generated Go object outputs [#&#8203;24112](https://redirect.github.com/pulumi/pulumi/pull/24112) - \[backend/diy] Fix 403 errors writing to third-party S3-compatible backends (e.g. IBM COS, MinIO) by defaulting request\_checksum\_calculation to when\_required when the s3:// backend URL sets a custom endpoint [#&#8203;24109](https://redirect.github.com/pulumi/pulumi/pull/24109) - \[programgen/nodejs] Avoid redundant applies when projecting properties from Node.js outputs [#&#8203;24119](https://redirect.github.com/pulumi/pulumi/pull/24119) - \[programgen/python] Avoid redundant applies when projecting properties from Python outputs [#&#8203;24120](https://redirect.github.com/pulumi/pulumi/pull/24120) - \[sdk] Fix apply erroring for skipped resources [#&#8203;24108](https://redirect.github.com/pulumi/pulumi/pull/24108) - \[cli] Retry rate-limited (HTTP 429) API requests when they are safe to retry, honoring the server's Retry-After header [#&#8203;24131](https://redirect.github.com/pulumi/pulumi/pull/24131) - \[cli] Exit non-zero from remote operations (`pulumi up --remote`, `pulumi deployment run`) when the deployment fails [#&#8203;24155](https://redirect.github.com/pulumi/pulumi/pull/24155) - \[cli/new] Resolve and install packages required by the program during `pulumi new`, as `pulumi install` does [#&#8203;24126](https://redirect.github.com/pulumi/pulumi/pull/24126) - \[cli] Make --remote not require a Pulumi.yaml file to be present [#&#8203;24128](https://redirect.github.com/pulumi/pulumi/pull/24128) - \[cli/import] Generate explicit providers in the import file `resources` [#&#8203;24135](https://redirect.github.com/pulumi/pulumi/pull/24135) - \[sdk/nodejs] Fix trustedDependencies parsing for bun [#&#8203;24145](https://redirect.github.com/pulumi/pulumi/pull/24145) - \[auto/go] ImportResources no longer leaks `--stack` into the converter's arguments when converter args are passed [#&#8203;24146](https://redirect.github.com/pulumi/pulumi/pull/24146) - \[auto/go] Fix `ImportResources` when `GenerateCode(false)` is set [#&#8203;24147](https://redirect.github.com/pulumi/pulumi/pull/24147) - \[sdk/go] Fix hooks and transforms causing panics with mocks [#&#8203;24161](https://redirect.github.com/pulumi/pulumi/pull/24161) - \[programgen/go] Fix plain invokes emitting nonexistent `...ArgsArgs` argument types [#&#8203;24172](https://redirect.github.com/pulumi/pulumi/pull/24172) ##### Improvements - \[cli/import] Error when running `pulumi import --from terraform` in a Pulumi HCL project [#&#8203;23744](https://redirect.github.com/pulumi/pulumi/pull/23744) - \[programgen] Add `ID` type to PCL [#&#8203;22702](https://redirect.github.com/pulumi/pulumi/pull/22702) - \[engine] Give the resource monitor's `Invoke` its own response message, separating it from the one a provider returns [#&#8203;24100](https://redirect.github.com/pulumi/pulumi/pull/24100) - \[cli/do] Allow stateful resources to register their own provider resources based on provider inputs on the command line [#&#8203;24098](https://redirect.github.com/pulumi/pulumi/pull/24098) - \[cli] Refresh the first-login welcome message to link your Pulumi Cloud console and the Pulumi changelog [#&#8203;24122](https://redirect.github.com/pulumi/pulumi/pull/24122) - \[cli/do] Add support for the `--provider` argument for stateful operations [#&#8203;24132](https://redirect.github.com/pulumi/pulumi/pull/24132) - \[programgen/go] Better typing for maps, using known types rather than `map[string]interface{}` [#&#8203;24142](https://redirect.github.com/pulumi/pulumi/pull/24142) - \[cli/import] Serve the package-resolver service to state converters via `resolver_target` on `ConvertStateRequest`, so converters can resolve package specifications the same way the CLI does [#&#8203;24174](https://redirect.github.com/pulumi/pulumi/pull/24174) ##### Miscellaneous - \[cli] Retire the Pulumi AI mode of `pulumi new` (interactive choice and `--ai`/`--language` flags). The backing service has been shut down; use `pulumi neo` instead. [#&#8203;24116](https://redirect.github.com/pulumi/pulumi/pull/24116) - \[sdk/dotnet] Upgrade dotnet to v3.110.0 [#&#8203;24175](https://redirect.github.com/pulumi/pulumi/pull/24175) - \[yaml] Upgrade yaml to v1.38.1 [#&#8203;24175](https://redirect.github.com/pulumi/pulumi/pull/24175) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Monday through Friday (`* * * * 1-5`) 🚦 **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 1cefc13 commit a5aea54

2 files changed

Lines changed: 188 additions & 188 deletions

File tree

tests/go.mod

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,56 @@ go 1.25.11
55
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.9.3
66

77
require (
8-
github.com/pulumi/pulumi/pkg/v3 v3.255.0
9-
github.com/pulumi/pulumi/sdk/v3 v3.255.0
8+
github.com/pulumi/pulumi/pkg/v3 v3.256.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.256.0
1010
github.com/stretchr/testify v1.11.1
1111
)
1212

1313
require (
14-
cel.dev/expr v0.25.1 // indirect
14+
cel.dev/expr v0.25.2 // indirect
1515
cloud.google.com/go v0.123.0 // indirect
16-
cloud.google.com/go/auth v0.18.2 // indirect
16+
cloud.google.com/go/auth v0.20.0 // indirect
1717
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1818
cloud.google.com/go/compute/metadata v0.9.0 // indirect
19-
cloud.google.com/go/iam v1.5.3 // indirect
20-
cloud.google.com/go/kms v1.26.0 // indirect
21-
cloud.google.com/go/logging v1.13.2 // indirect
22-
cloud.google.com/go/longrunning v0.8.0 // indirect
23-
cloud.google.com/go/monitoring v1.24.3 // indirect
24-
cloud.google.com/go/storage v1.61.3 // indirect
25-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 // indirect
19+
cloud.google.com/go/iam v1.11.0 // indirect
20+
cloud.google.com/go/kms v1.31.0 // indirect
21+
cloud.google.com/go/logging v1.18.0 // indirect
22+
cloud.google.com/go/longrunning v1.0.0 // indirect
23+
cloud.google.com/go/monitoring v1.29.0 // indirect
24+
cloud.google.com/go/storage v1.62.2 // indirect
25+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1 // indirect
2626
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1 // indirect
27-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
28-
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0 // indirect
27+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.12.0 // indirect
28+
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.5.0 // indirect
2929
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
30-
github.com/AzureAD/microsoft-authentication-library-for-go v1.7.0 // indirect
30+
github.com/AzureAD/microsoft-authentication-library-for-go v1.7.2 // indirect
3131
github.com/BurntSushi/toml v1.6.0 // indirect
32-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 // indirect
33-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
34-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
32+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.33.0 // indirect
33+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.56.0 // indirect
34+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.56.0 // indirect
3535
github.com/Microsoft/go-winio v0.6.2 // indirect
3636
github.com/ProtonMail/go-crypto v1.4.1 // indirect
3737
github.com/agext/levenshtein v1.2.3 // indirect
3838
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3939
github.com/aws/aws-sdk-go-v2 v1.41.11 // indirect
4040
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.12 // indirect
41-
github.com/aws/aws-sdk-go-v2/config v1.32.20 // indirect
42-
github.com/aws/aws-sdk-go-v2/credentials v1.19.19 // indirect
43-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.25 // indirect
41+
github.com/aws/aws-sdk-go-v2/config v1.32.21 // indirect
42+
github.com/aws/aws-sdk-go-v2/credentials v1.19.20 // indirect
43+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.26 // indirect
4444
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.27 // indirect
4545
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.27 // indirect
46-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.26 // indirect
46+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.27 // indirect
4747
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.74.4 // indirect
4848
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.10 // indirect
49-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.18 // indirect
50-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.25 // indirect
51-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.25 // indirect
52-
github.com/aws/aws-sdk-go-v2/service/kms v1.50.3 // indirect
53-
github.com/aws/aws-sdk-go-v2/service/s3 v1.102.2 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/signin v1.1.1 // indirect
55-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.19 // indirect
56-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.2 // indirect
57-
github.com/aws/aws-sdk-go-v2/service/sts v1.42.3 // indirect
49+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.19 // indirect
50+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.26 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.26 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/kms v1.53.1 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/s3 v1.103.0 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/signin v1.1.2 // indirect
55+
github.com/aws/aws-sdk-go-v2/service/sso v1.31.0 // indirect
56+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.3 // indirect
57+
github.com/aws/aws-sdk-go-v2/service/sts v1.43.0 // indirect
5858
github.com/aws/smithy-go v1.27.0 // indirect
5959
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6060
github.com/bazelbuild/buildtools v0.0.0-20260211083412-859bfffeef82 // indirect
@@ -102,8 +102,8 @@ require (
102102
github.com/google/s2a-go v0.1.9 // indirect
103103
github.com/google/uuid v1.6.0 // indirect
104104
github.com/google/wire v0.7.0 // indirect
105-
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
106-
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
105+
github.com/googleapis/enterprise-certificate-proxy v0.3.16 // indirect
106+
github.com/googleapis/gax-go/v2 v2.22.0 // indirect
107107
github.com/gorilla/mux v1.8.0 // indirect
108108
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
109109
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
@@ -125,7 +125,7 @@ require (
125125
github.com/klauspost/compress v1.18.7 // indirect
126126
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
127127
github.com/kylelemons/godebug v1.1.0 // indirect
128-
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
128+
github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
129129
github.com/mattn/go-isatty v0.0.24 // indirect
130130
github.com/mattn/go-localereader v0.0.1 // indirect
131131
github.com/mattn/go-runewidth v0.0.27 // indirect
@@ -165,7 +165,7 @@ require (
165165
github.com/spf13/afero v1.15.0 // indirect
166166
github.com/spf13/cobra v1.10.2 // indirect
167167
github.com/spf13/pflag v1.0.10 // indirect
168-
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
168+
github.com/spiffe/go-spiffe/v2 v2.7.0 // indirect
169169
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
170170
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
171171
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
@@ -175,26 +175,26 @@ require (
175175
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
176176
github.com/zclconf/go-cty v1.16.3 // indirect
177177
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
178-
go.opentelemetry.io/collector/featuregate v1.63.0 // indirect
179-
go.opentelemetry.io/collector/pdata v1.63.0 // indirect
180-
go.opentelemetry.io/contrib/bridges/otelslog v0.19.0 // indirect
181-
go.opentelemetry.io/contrib/detectors/gcp v1.43.0 // indirect
182-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
183-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
184-
go.opentelemetry.io/otel v1.44.0 // indirect
185-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0 // indirect
186-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
187-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect
188-
go.opentelemetry.io/otel/log v0.20.0 // indirect
189-
go.opentelemetry.io/otel/metric v1.44.0 // indirect
190-
go.opentelemetry.io/otel/sdk v1.44.0 // indirect
191-
go.opentelemetry.io/otel/sdk/log v0.20.0 // indirect
192-
go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect
193-
go.opentelemetry.io/otel/trace v1.44.0 // indirect
178+
go.opentelemetry.io/collector/featuregate v1.64.0 // indirect
179+
go.opentelemetry.io/collector/pdata v1.64.0 // indirect
180+
go.opentelemetry.io/contrib/bridges/otelslog v0.20.0 // indirect
181+
go.opentelemetry.io/contrib/detectors/gcp v1.44.0 // indirect
182+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.69.0 // indirect
183+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
184+
go.opentelemetry.io/otel v1.45.0 // indirect
185+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.21.0 // indirect
186+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.45.0 // indirect
187+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.45.0 // indirect
188+
go.opentelemetry.io/otel/log v0.21.0 // indirect
189+
go.opentelemetry.io/otel/metric v1.45.0 // indirect
190+
go.opentelemetry.io/otel/sdk v1.45.0 // indirect
191+
go.opentelemetry.io/otel/sdk/log v0.21.0 // indirect
192+
go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect
193+
go.opentelemetry.io/otel/trace v1.45.0 // indirect
194194
go.opentelemetry.io/proto/otlp v1.11.0 // indirect
195195
go.uber.org/atomic v1.11.0 // indirect
196196
go.uber.org/multierr v1.11.0 // indirect
197-
gocloud.dev v0.46.0 // indirect
197+
gocloud.dev v0.46.1-0.20260629181806-a12ddce30739 // indirect
198198
gocloud.dev/secrets/hashivault v0.46.0 // indirect
199199
golang.org/x/crypto v0.54.0 // indirect
200200
golang.org/x/mod v0.37.0 // indirect
@@ -207,11 +207,11 @@ require (
207207
golang.org/x/time v0.15.0 // indirect
208208
golang.org/x/tools v0.47.0 // indirect
209209
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
210-
google.golang.org/api v0.272.0 // indirect
211-
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 // indirect
212-
google.golang.org/genproto/googleapis/api v0.0.0-20260727163830-6c54dddc4772 // indirect
213-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260727163830-6c54dddc4772 // indirect
214-
google.golang.org/grpc v1.82.1 // indirect
210+
google.golang.org/api v0.283.0 // indirect
211+
google.golang.org/genproto v0.0.0-20260526163538-3dc84a4a5aaa // indirect
212+
google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d // indirect
213+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d // indirect
214+
google.golang.org/grpc v1.83.0 // indirect
215215
google.golang.org/protobuf v1.36.11 // indirect
216216
gopkg.in/yaml.v3 v3.0.1 // indirect
217217
lukechampine.com/frand v1.5.1 // indirect

0 commit comments

Comments
 (0)