Skip to content

Commit e350125

Browse files
build(deps): Bump github.com/bufbuild/buf from 1.35.1 to 1.49.0 (#3447)
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.35.1 to 1.49.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p> <blockquote> <h2>v1.49.0</h2> <ul> <li>Fix <code>buf plugin push --label</code> to allow pushing a plugin with a label.</li> <li>Add <code>--digest-changes-only</code> flag to <code>buf registry {module,plugin} commit list</code> to filter out commits that have no digest changes.</li> <li>Fix <code>buf plugin push --source-control-url</code> to allow pushing a plugin with the source control url.</li> </ul> <h2>v1.48.0</h2> <ul> <li>Add <code>buf registry plugin {create,delete,info,update}</code> commands to manage BSR plugins.</li> <li>Breaking analysis support for <code>buf beta lsp</code>.</li> <li>Fix bug when using the <code>--type</code> flag filter for <code>buf build</code> where import ordering is not determinisitic.</li> <li>Add <code>buf plugin push</code> command to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf plugin update</code> and <code>buf plugin prune</code> command to manage plugins in the <code>buf.lock</code> file. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf registry plugin commit {add-label,info,list,resolve}</code> to manage BSR plugin commits.</li> <li>Add <code>buf registry plugin label {archive,info,list,unarchive}</code> to manage BSR plugin commits.</li> <li>Move <code>buf registry module update</code> to <code>buf registry module settings update</code>. Command <code>buf registry module update</code> is now deprecated.</li> <li>Support remote check plugins in <code>buf lint</code> and <code>buf breaking</code> commands.</li> </ul> <h2>v1.47.2</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>v1.47.1</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>v1.47.0</h2> <ul> <li>Move <code>buf registry commit</code> to <code>buf registry module commit</code>. Command <code>buf registry commit</code> is now deprecated.</li> <li>Move <code>buf registry label</code> to <code>buf registry module label</code>. Command <code>buf registry label</code> is now deprecated.</li> </ul> <h2>v1.46.0</h2> <ul> <li>Add <code>buf registry whoami</code> command, which checks if you are logged in to the Buf Schema Registry at a given domain.</li> </ul> <h2>v1.45.0</h2> <ul> <li>Update <code>buf registry module info --format=json</code> to add <code>default_label_name</code>, which provides the name of the default label of a module.</li> </ul> <h2>v1.44.0</h2> <ul> <li>Update the <code>PROTOVALIDATE</code> lint rule to check example field options. Examples will be checked that they satisfy the field constraints, and are only present if constraints are present.</li> <li>Update the <code>PROTOVALIDATE</code> lint rule to check predefined rules. Predefined rules will be checked that they compile.</li> <li>Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the <code>.wasm</code> file extension to specify a path to a Wasm plugin.</li> </ul> <h2>v1.43.0</h2> <ul> <li>Add new experimental LSP support under <code>buf beta lsp</code>.</li> </ul> <h2>v1.42.0</h2> <ul> <li>Add support for custom lint and breaking change plugins. See <a href="https://buf.build/blog/buf-custom-lint-breaking-change-plugins">our launch blog post</a> for more details!</li> <li>Add <code>buf dep graph --format</code> flag that defaults to <code>dot</code>, and adds the option <code>json</code>, to print the dependency graph in JSON format.</li> <li>Fix bugs in <code>buf format</code> where trailing comments on commas in message literals were not properly propagated to the formatted proto, empty message literals were not properly indented, and compound strings in options added an extra newline before trailing commas.</li> </ul> <h2>v1.41.0</h2> <ul> <li>Add HTTP/3 support for gRPC with <code>buf curl</code>.</li> <li>Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel.</li> </ul> <h2>v1.40.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p> <blockquote> <h2>[v1.49.0] - 2025-01-07</h2> <ul> <li>Fix <code>buf plugin push --label</code> to allow pushing a plugin with a label.</li> <li>Add <code>--digest-changes-only</code> flag to <code>buf registry {module,plugin} commit list</code> to filter out commits that have no digest changes.</li> <li>Fix <code>buf plugin push --source-control-url</code> to allow pushing a plugin with the source control url.</li> </ul> <h2>[v1.48.0] - 2024-12-19</h2> <ul> <li>Add <code>buf registry plugin {create,delete,info,update}</code> commands to manage BSR plugins.</li> <li>Breaking analysis support for <code>buf beta lsp</code>.</li> <li>Fix bug when using the <code>--type</code> flag filter for <code>buf build</code> where import ordering is not determinisitic.</li> <li>Add <code>buf plugin push</code> command to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf plugin update</code> and <code>buf plugin prune</code> command to manage plugins in the <code>buf.lock</code> file. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf registry plugin commit {add-label,info,list,resolve}</code> to manage BSR plugin commits.</li> <li>Add <code>buf registry plugin label {archive,info,list,unarchive}</code> to manage BSR plugin commits.</li> <li>Move <code>buf registry module update</code> to <code>buf registry module settings update</code>. Command <code>buf registry module update</code> is now deprecated.</li> <li>Support remote check plugins in <code>buf lint</code> and <code>buf breaking</code> commands.</li> </ul> <h2>[v1.47.2] - 2024-11-14</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>[v1.47.1] - 2024-11-14</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>[v1.47.0] - 2024-11-13</h2> <ul> <li>Move <code>buf registry commit</code> to <code>buf registry module commit</code>. Command <code>buf registry commit</code> is now deprecated.</li> <li>Move <code>buf registry label</code> to <code>buf registry module label</code>. Command <code>buf registry label</code> is now deprecated.</li> </ul> <h2>[v1.46.0] - 2024-10-29</h2> <ul> <li>Add <code>buf registry whoami</code> command, which checks if you are logged in to the Buf Schema Registry at a given domain.</li> </ul> <h2>[v1.45.0] - 2024-10-08</h2> <ul> <li>Update <code>buf registry module info --format=json</code> to add <code>default_label_name</code>, which provides the name of the default label of a module.</li> </ul> <h2>[v1.44.0] - 2024-10-03</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/768b733768f01a937557e34dff3ec345e69262f2"><code>768b733</code></a> Release v1.49.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/3575">#3575</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/a0052c79bfb26b690204a3940024459f1d049d7a"><code>a0052c7</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/3574">#3574</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/447adbca75e9ab62afb3df0e6a321c97f9066ff1"><code>447adbc</code></a> Fix source-control-url with buf plugin push (<a href="https://redirect.github.com/bufbuild/buf/issues/3571">#3571</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/11aa0183315ae14cba807ec537361dbbf2df401d"><code>11aa018</code></a> Update license year range (<a href="https://redirect.github.com/bufbuild/buf/issues/3570">#3570</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/063431a3d6e235d5fa1bf0c9c8c8862c865545f7"><code>063431a</code></a> Update license year range (<a href="https://redirect.github.com/bufbuild/buf/issues/3569">#3569</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/e03f5bee2fd71a742886585dc5594b8d0494c8e2"><code>e03f5be</code></a> Add flag --digest-changes-only to filter commits for modules and plugins (<a href="https://redirect.github.com/bufbuild/buf/issues/3560">#3560</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/3fc317ce8bed769d990a9f908883dbdcea34f450"><code>3fc317c</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/3568">#3568</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/d24849a2f536995972c5c0eb798ea8ae5510ffea"><code>d24849a</code></a> Update code generation to API_OPAQUE (<a href="https://redirect.github.com/bufbuild/buf/issues/3565">#3565</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/088af345fb643e7520a270c5e2ed28d2f142521e"><code>088af34</code></a> Fix labels with buf plugin push (<a href="https://redirect.github.com/bufbuild/buf/issues/3564">#3564</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/7cc13d3298a1786f5a0d410751f9a2a39d0a5327"><code>7cc13d3</code></a> Upgrade to protobuf-go v1.36.1 (<a href="https://redirect.github.com/bufbuild/buf/issues/3563">#3563</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.35.1...v1.49.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.35.1&new-version=1.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 3aabe22 commit e350125

File tree

2 files changed

+244
-105
lines changed

2 files changed

+244
-105
lines changed

go.mod

Lines changed: 63 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/attestantio/go-builder-client v0.5.3
77
github.com/attestantio/go-eth2-client v0.21.11
8-
github.com/bufbuild/buf v1.35.1
8+
github.com/bufbuild/buf v1.49.0
99
github.com/coinbase/kryptology v1.5.6-0.20220316191335-269410e1b06b
1010
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
1111
github.com/ferranbt/fastssz v0.1.4
@@ -51,60 +51,76 @@ require (
5151
)
5252

5353
require (
54-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240508200655-46a4cf4ba109.2 // indirect
55-
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240610164129-660609bc46d3.1 // indirect
56-
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240610164129-660609bc46d3.2 // indirect
57-
connectrpc.com/connect v1.16.2 // indirect
58-
connectrpc.com/otelconnect v0.7.0 // indirect
54+
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.1-20241031151143-70f632351282.1 // indirect
55+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.1-20241127180247-a33202765966.1 // indirect
56+
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241227185654-946b6dd39b27.1 // indirect
57+
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.1-20241227185654-946b6dd39b27.1 // indirect
58+
buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.1-20241007202033-cf42259fcbfc.1 // indirect
59+
buf.build/go/bufplugin v0.6.0 // indirect
60+
buf.build/go/protoyaml v0.3.1 // indirect
61+
buf.build/go/spdx v0.2.0 // indirect
62+
cel.dev/expr v0.19.1 // indirect
63+
connectrpc.com/connect v1.17.0 // indirect
64+
connectrpc.com/otelconnect v0.7.1 // indirect
5965
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
60-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
66+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
6167
github.com/Microsoft/go-winio v0.6.2 // indirect
62-
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
68+
github.com/Microsoft/hcsshim v0.12.9 // indirect
69+
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
6370
github.com/benbjohnson/clock v1.3.5 // indirect
6471
github.com/beorn7/perks v1.0.1 // indirect
6572
github.com/bits-and-blooms/bitset v1.13.0 // indirect
6673
github.com/btcsuite/btcd v0.22.3 // indirect
67-
github.com/bufbuild/protocompile v0.14.0 // indirect
68-
github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee // indirect
69-
github.com/bufbuild/protovalidate-go v0.6.2 // indirect
70-
github.com/bufbuild/protoyaml-go v0.1.9 // indirect
74+
github.com/bufbuild/protocompile v0.14.1 // indirect
75+
github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a // indirect
76+
github.com/bufbuild/protovalidate-go v0.8.2 // indirect
7177
github.com/bwesterb/go-ristretto v1.2.0 // indirect
7278
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7379
github.com/consensys/bavard v0.1.13 // indirect
7480
github.com/consensys/gnark-crypto v0.12.1 // indirect
7581
github.com/containerd/cgroups v1.1.0 // indirect
76-
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
82+
github.com/containerd/cgroups/v3 v3.0.5 // indirect
83+
github.com/containerd/containerd v1.7.24 // indirect
84+
github.com/containerd/continuity v0.4.5 // indirect
85+
github.com/containerd/errdefs v1.0.0 // indirect
86+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
87+
github.com/containerd/log v0.1.0 // indirect
88+
github.com/containerd/platforms v0.2.1 // indirect
89+
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
90+
github.com/containerd/ttrpc v1.2.7 // indirect
91+
github.com/containerd/typeurl/v2 v2.2.3 // indirect
7792
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
78-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
93+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
7994
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8095
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
8196
github.com/distribution/reference v0.6.0 // indirect
82-
github.com/docker/cli v26.1.4+incompatible // indirect
97+
github.com/docker/cli v27.4.1+incompatible // indirect
8398
github.com/docker/distribution v2.8.3+incompatible // indirect
84-
github.com/docker/docker v27.1.1+incompatible // indirect
99+
github.com/docker/docker v27.4.1+incompatible // indirect
85100
github.com/docker/docker-credential-helpers v0.8.2 // indirect
86101
github.com/docker/go-connections v0.5.0 // indirect
87102
github.com/docker/go-units v0.5.0 // indirect
88103
github.com/elastic/gosigar v0.14.3 // indirect
89104
github.com/emicklei/dot v1.6.2 // indirect
90105
github.com/fatih/color v1.18.0 // indirect
91-
github.com/felixge/fgprof v0.9.4 // indirect
106+
github.com/felixge/fgprof v0.9.5 // indirect
92107
github.com/felixge/httpsnoop v1.0.4 // indirect
93108
github.com/flynn/noise v1.1.0 // indirect
94109
github.com/francoispqt/gojay v1.2.13 // indirect
95110
github.com/fsnotify/fsnotify v1.7.0 // indirect
96-
github.com/go-chi/chi/v5 v5.0.14 // indirect
111+
github.com/go-chi/chi/v5 v5.2.0 // indirect
97112
github.com/go-logr/logr v1.4.2 // indirect
98113
github.com/go-logr/stdr v1.2.2 // indirect
99114
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
100115
github.com/goccy/go-yaml v1.9.5 // indirect
101116
github.com/godbus/dbus/v5 v5.1.0 // indirect
102-
github.com/gofrs/uuid/v5 v5.2.0 // indirect
117+
github.com/gofrs/flock v0.12.1 // indirect
103118
github.com/gogo/protobuf v1.3.2 // indirect
104-
github.com/google/cel-go v0.20.1 // indirect
105-
github.com/google/go-containerregistry v0.19.2 // indirect
119+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
120+
github.com/google/cel-go v0.22.1 // indirect
121+
github.com/google/go-containerregistry v0.20.2 // indirect
106122
github.com/google/gopacket v1.1.19 // indirect
107-
github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
123+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
108124
github.com/google/uuid v1.6.0 // indirect
109125
github.com/gorilla/websocket v1.5.3 // indirect
110126
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
@@ -140,7 +156,14 @@ require (
140156
github.com/mitchellh/mapstructure v1.5.0 // indirect
141157
github.com/mmcloughlin/addchain v0.4.0 // indirect
142158
github.com/moby/docker-image-spec v1.3.1 // indirect
143-
github.com/moby/term v0.5.0 // indirect
159+
github.com/moby/locker v1.0.1 // indirect
160+
github.com/moby/patternmatcher v0.6.0 // indirect
161+
github.com/moby/sys/mount v0.3.4 // indirect
162+
github.com/moby/sys/mountinfo v0.7.2 // indirect
163+
github.com/moby/sys/sequential v0.6.0 // indirect
164+
github.com/moby/sys/user v0.3.0 // indirect
165+
github.com/moby/sys/userns v0.1.0 // indirect
166+
github.com/moby/term v0.5.2 // indirect
144167
github.com/morikuni/aec v1.0.0 // indirect
145168
github.com/mr-tron/base58 v1.2.0 // indirect
146169
github.com/multiformats/go-base32 v0.1.0 // indirect
@@ -153,7 +176,7 @@ require (
153176
github.com/multiformats/go-multistream v0.6.0 // indirect
154177
github.com/multiformats/go-varint v0.0.7 // indirect
155178
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
156-
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
179+
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
157180
github.com/opencontainers/go-digest v1.0.0 // indirect
158181
github.com/opencontainers/image-spec v1.1.0 // indirect
159182
github.com/opencontainers/runtime-spec v1.2.0 // indirect
@@ -186,10 +209,12 @@ require (
186209
github.com/quic-go/quic-go v0.48.2 // indirect
187210
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
188211
github.com/raulk/go-watchdog v1.3.0 // indirect
189-
github.com/rs/cors v1.11.0 // indirect
212+
github.com/rs/cors v1.11.1 // indirect
190213
github.com/russross/blackfriday/v2 v2.1.0 // indirect
191214
github.com/sagikazarmark/locafero v0.4.0 // indirect
192215
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
216+
github.com/segmentio/asm v1.2.0 // indirect
217+
github.com/segmentio/encoding v0.4.1 // indirect
193218
github.com/sirupsen/logrus v1.9.3 // indirect
194219
github.com/sourcegraph/conc v0.3.0 // indirect
195220
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -198,30 +223,38 @@ require (
198223
github.com/stoewer/go-strcase v1.3.0 // indirect
199224
github.com/stretchr/objx v0.5.2 // indirect
200225
github.com/subosito/gotenv v1.6.0 // indirect
201-
github.com/vbatts/tar-split v0.11.5 // indirect
226+
github.com/tetratelabs/wazero v1.8.2 // indirect
227+
github.com/vbatts/tar-split v0.11.6 // indirect
202228
github.com/wlynxg/anet v0.0.5 // indirect
229+
go.lsp.dev/jsonrpc2 v0.10.0 // indirect
230+
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
231+
go.lsp.dev/protocol v0.12.0 // indirect
232+
go.lsp.dev/uri v0.3.0 // indirect
233+
go.opencensus.io v0.24.0 // indirect
203234
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
204235
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect
205236
go.opentelemetry.io/otel/metric v1.33.0 // indirect
206-
go.uber.org/atomic v1.11.0 // indirect
207237
go.uber.org/dig v1.18.0 // indirect
208238
go.uber.org/fx v1.23.0 // indirect
209239
go.uber.org/mock v0.5.0 // indirect
210240
go.uber.org/multierr v1.11.0 // indirect
211-
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
241+
go.uber.org/zap/exp v0.3.0 // indirect
242+
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
212243
golang.org/x/mod v0.22.0 // indirect
213244
golang.org/x/net v0.34.0 // indirect
214245
golang.org/x/sys v0.29.0 // indirect
215246
golang.org/x/text v0.21.0 // indirect
216247
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
217-
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
218-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
248+
google.golang.org/genproto/googleapis/api v0.0.0-20250102185135-69823020774d // indirect
249+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
250+
google.golang.org/grpc v1.69.2 // indirect
219251
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
220252
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
221253
gopkg.in/ini.v1 v1.67.0 // indirect
222254
gopkg.in/yaml.v2 v2.4.0 // indirect
223255
gopkg.in/yaml.v3 v3.0.1 // indirect
224256
lukechampine.com/blake3 v1.3.0 // indirect
257+
pluginrpc.com/pluginrpc v0.5.0 // indirect
225258
rsc.io/tmplfunc v0.0.3 // indirect
226259
)
227260

0 commit comments

Comments
 (0)