Skip to content

Commit

Permalink
build(deps): Bump github.com/bufbuild/buf from 1.35.1 to 1.49.0 (#3447)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 3aabe22 commit e350125
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 105 deletions.
93 changes: 63 additions & 30 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/attestantio/go-builder-client v0.5.3
github.com/attestantio/go-eth2-client v0.21.11
github.com/bufbuild/buf v1.35.1
github.com/bufbuild/buf v1.49.0
github.com/coinbase/kryptology v1.5.6-0.20220316191335-269410e1b06b
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/ferranbt/fastssz v0.1.4
Expand Down Expand Up @@ -51,60 +51,76 @@ require (
)

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240508200655-46a4cf4ba109.2 // indirect
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240610164129-660609bc46d3.1 // indirect
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240610164129-660609bc46d3.2 // indirect
connectrpc.com/connect v1.16.2 // indirect
connectrpc.com/otelconnect v0.7.0 // indirect
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.1-20241031151143-70f632351282.1 // indirect
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.1-20241127180247-a33202765966.1 // indirect
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241227185654-946b6dd39b27.1 // indirect
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.1-20241227185654-946b6dd39b27.1 // indirect
buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.1-20241007202033-cf42259fcbfc.1 // indirect
buf.build/go/bufplugin v0.6.0 // indirect
buf.build/go/protoyaml v0.3.1 // indirect
buf.build/go/spdx v0.2.0 // indirect
cel.dev/expr v0.19.1 // indirect
connectrpc.com/connect v1.17.0 // indirect
connectrpc.com/otelconnect v0.7.1 // indirect
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/Microsoft/hcsshim v0.12.9 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.13.0 // indirect
github.com/btcsuite/btcd v0.22.3 // indirect
github.com/bufbuild/protocompile v0.14.0 // indirect
github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee // indirect
github.com/bufbuild/protovalidate-go v0.6.2 // indirect
github.com/bufbuild/protoyaml-go v0.1.9 // indirect
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a // indirect
github.com/bufbuild/protovalidate-go v0.8.2 // indirect
github.com/bwesterb/go-ristretto v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/containerd/cgroups/v3 v3.0.5 // indirect
github.com/containerd/containerd v1.7.24 // indirect
github.com/containerd/continuity v0.4.5 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
github.com/containerd/ttrpc v1.2.7 // indirect
github.com/containerd/typeurl/v2 v2.2.3 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/cli v26.1.4+incompatible // indirect
github.com/docker/cli v27.4.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v27.1.1+incompatible // indirect
github.com/docker/docker v27.4.1+incompatible // indirect
github.com/docker/docker-credential-helpers v0.8.2 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/elastic/gosigar v0.14.3 // indirect
github.com/emicklei/dot v1.6.2 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/felixge/fgprof v0.9.4 // indirect
github.com/felixge/fgprof v0.9.5 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/flynn/noise v1.1.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-chi/chi/v5 v5.0.14 // indirect
github.com/go-chi/chi/v5 v5.2.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gofrs/uuid/v5 v5.2.0 // indirect
github.com/gofrs/flock v0.12.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/cel-go v0.20.1 // indirect
github.com/google/go-containerregistry v0.19.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/cel-go v0.22.1 // indirect
github.com/google/go-containerregistry v0.20.2 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
Expand Down Expand Up @@ -140,7 +156,14 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/mount v0.3.4 // indirect
github.com/moby/sys/mountinfo v0.7.2 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/sys/user v0.3.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
Expand All @@ -153,7 +176,7 @@ require (
github.com/multiformats/go-multistream v0.6.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/opencontainers/runtime-spec v1.2.0 // indirect
Expand Down Expand Up @@ -186,10 +209,12 @@ require (
github.com/quic-go/quic-go v0.48.2 // indirect
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/rs/cors v1.11.0 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.4.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
Expand All @@ -198,30 +223,38 @@ require (
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
github.com/tetratelabs/wazero v1.8.2 // indirect
github.com/vbatts/tar-split v0.11.6 // indirect
github.com/wlynxg/anet v0.0.5 // indirect
go.lsp.dev/jsonrpc2 v0.10.0 // indirect
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
go.lsp.dev/protocol v0.12.0 // indirect
go.lsp.dev/uri v0.3.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect
go.opentelemetry.io/otel/metric v1.33.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/fx v1.23.0 // indirect
go.uber.org/mock v0.5.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
go.uber.org/zap/exp v0.3.0 // indirect
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250102185135-69823020774d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
google.golang.org/grpc v1.69.2 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
pluginrpc.com/pluginrpc v0.5.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

Expand Down
Loading

0 comments on commit e350125

Please sign in to comment.