Skip to content

Commit 0870831

Browse files
chore(deps): update go deps (#58)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go | `v1.36.11-20251209175733-2a1774d88802.1` → `v1.36.11-20260209202127-80ab13bee0bf.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/buf.build%2fgen%2fgo%2fbufbuild%2fprotovalidate%2fprotocolbuffers%2fgo/v1.36.11-20260209202127-80ab13bee0bf.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/buf.build%2fgen%2fgo%2fbufbuild%2fprotovalidate%2fprotocolbuffers%2fgo/v1.36.11-20251209175733-2a1774d88802.1/v1.36.11-20260209202127-80ab13bee0bf.1?slim=true) | require | patch | | [github.com/bufbuild/buf](https://redirect.github.com/bufbuild/buf) | `v1.64.0` → `v1.66.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbufbuild%2fbuf/v1.66.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbufbuild%2fbuf/v1.64.0/v1.66.0?slim=true) | require | minor | | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.8.0` → `v2.10.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.10.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.8.0/v2.10.1?slim=true) | require | minor | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | `1.25.6` → `1.26.0` | ![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.26.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.25.6/1.26.0?slim=true) | toolchain | minor | --- ### Release Notes <details> <summary>bufbuild/buf (github.com/bufbuild/buf)</summary> ### [`v1.66.0`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1660---2026-02-23) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.65.0...v1.66.0) - Add LSP comment ignore code action to add comment ignores for lint errors. - Fix buf breaking module comparison when adding new modules. - Add LSP hover support for protovalidate CEL expressions. - Fixed offset handling in CEL semantic tokens for non-ASCII content and proto escape sequences in multi-line string literal expressions. - Improve URI normalization for the LSP. ### [`v1.65.0`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1650---2026-02-03) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.64.0...v1.65.0) - Add `buf registry policy {commit,create,delete,info,label,settings}` commands to manage BSR policies. - Add LSP deprecate code action to add the deprecated option on types and symbols. - Fix import LSP document link to not include `import` keyword. - Update `PROTOVALIDATE` lint rule to support checking unenforceable `required` rules on `repeated.items`, `map.keys` and `map.values`. - Add `buf source edit deprecate` command to deprecate types by setting the `deprecate = true` option. </details> <details> <summary>golangci/golangci-lint (github.com/golangci/golangci-lint/v2)</summary> ### [`v2.10.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2101) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.0...v2.10.1) *Released on 2026-02-17* 1. Fixes - buildssa panic ### [`v2.10.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2100) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.9.0...v2.10.0) *Released on 2026-02-17* 1. Linters new features or changes - `ginkgolinter`: from 0.22.0 to 0.23.0 - `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`) - `staticcheck`: from 0.6.1 to 0.7.0 2. Linters bug fixes - `godoclint`: from 0.11.1 to 0.11.2 ### [`v2.9.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v290) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.8.0...v2.9.0) *Released on 2026-02-10* 1. Enhancements - 🎉 go1.26 support 2. Linters new features or changes - `arangolint`: from 0.3.1 to 0.4.0 (new rule: detect potential query injections) - `ginkgolinter`: from 0.21.2 to 0.22.0 (support for wrappers) - `golines`: from 0.14.0 to 0.15.0 - `misspell`: from 0.7.0 to 0.8.0 - `unqueryvet`: from 1.4.0 to 1.5.3 (new options: `check-n1`, `check-sql-injection`, `check-tx-leaks`, `allow`, `custom-rules`) - `wsl`: from 5.3.0 to 5.6.0 (new rule: `after-block`) 3. Linters bug fixes - `modernize`: from 0.41.0 to 0.42.0 - `prealloc`: from 1.0.1 to 1.0.2 - `protogetter`: from 0.3.18 to 0.3.20 4. Misc. - Log information about files when configuration verification - Emit an error when no linters enabled - Do not collect VCS information when loading code </details> <details> <summary>golang/go (go)</summary> ### [`v1.26.0`](https://redirect.github.com/golang/go/compare/go1.25.7...go1.26rc2) ### [`v1.25.7`](https://redirect.github.com/golang/go/compare/go1.25.6...go1.25.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/cerbos/protoc-gen-jsonschema). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBzIiwiYm90cyIsImtpbmQvY2hvcmUiXX0=--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Charith Ellawala <charith@cerbos.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Charith Ellawala <charith@cerbos.dev>
1 parent bcadbf2 commit 0870831

File tree

4 files changed

+89
-47
lines changed

4 files changed

+89
-47
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cerbos/protoc-gen-jsonschema
33
go 1.23.4
44

55
require (
6-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20251209175733-2a1774d88802.1
6+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1
77
github.com/lyft/protoc-gen-star/v2 v2.0.4
88
github.com/stretchr/testify v1.11.1
99
google.golang.org/protobuf v1.36.11

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20251209175733-2a1774d88802.1 h1:j9yeqTWEFrtimt8Nng2MIeRrpoCvQzM9/g25XTvqUGg=
2-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20251209175733-2a1774d88802.1/go.mod h1:tvtbpgaVXZX4g6Pn+AnzFycuRK3MOz5HJfEGeEllXYM=
1+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 h1:PMmTMyvHScV9Mn8wc6ASge9uRcHy0jtqPd+fM35LmsQ=
2+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1/go.mod h1:tvtbpgaVXZX4g6Pn+AnzFycuRK3MOz5HJfEGeEllXYM=
33
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

tools/go.mod

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/cerbos/protoc-gen-jsonschema/tools
22

3-
go 1.24.0
3+
go 1.25.6
44

5-
toolchain go1.25.6
5+
toolchain go1.26.0
66

77
require (
8-
github.com/bufbuild/buf v1.64.0
9-
github.com/golangci/golangci-lint/v2 v2.8.0
8+
github.com/bufbuild/buf v1.66.0
9+
github.com/golangci/golangci-lint/v2 v2.10.1
1010
gotest.tools/gotestsum v1.13.0
1111
)
1212

@@ -15,15 +15,15 @@ require (
1515
4d63.com/gochecknoglobals v0.2.2 // indirect
1616
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.11-20250718181942-e35f9b667443.1 // indirect
1717
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.11-20250109164928-1da0de137947.1 // indirect
18-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20251209175733-2a1774d88802.1 // indirect
19-
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.19.1-20251202164234-62b14f0b533c.2 // indirect
20-
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.11-20251202164234-62b14f0b533c.1 // indirect
18+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect
19+
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.19.1-20260126144947-819582968857.2 // indirect
20+
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.11-20260126144947-819582968857.1 // indirect
2121
buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.11-20241007202033-cf42259fcbfc.1 // indirect
2222
buf.build/go/app v0.2.0 // indirect
2323
buf.build/go/bufplugin v0.9.0 // indirect
2424
buf.build/go/bufprivateusage v0.1.0 // indirect
2525
buf.build/go/interrupt v1.1.0 // indirect
26-
buf.build/go/protovalidate v1.1.0 // indirect
26+
buf.build/go/protovalidate v1.1.3 // indirect
2727
buf.build/go/protoyaml v0.6.0 // indirect
2828
buf.build/go/spdx v0.2.0 // indirect
2929
buf.build/go/standard v0.1.0 // indirect
@@ -46,12 +46,12 @@ require (
4646
github.com/Djarvur/go-err113 v0.1.1 // indirect
4747
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4848
github.com/Microsoft/go-winio v0.6.2 // indirect
49-
github.com/MirrexOne/unqueryvet v1.4.0 // indirect
49+
github.com/MirrexOne/unqueryvet v1.5.3 // indirect
5050
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
51-
github.com/alecthomas/chroma/v2 v2.21.1 // indirect
51+
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
5252
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
5353
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
54-
github.com/alexkohler/prealloc v1.0.1 // indirect
54+
github.com/alexkohler/prealloc v1.0.2 // indirect
5555
github.com/alfatraining/structtag v1.0.0 // indirect
5656
github.com/alingse/asasalint v0.0.11 // indirect
5757
github.com/alingse/nilnesserr v0.2.0 // indirect
@@ -64,10 +64,10 @@ require (
6464
github.com/bkielbasa/cyclop v1.2.3 // indirect
6565
github.com/blizzy78/varnamelen v0.8.0 // indirect
6666
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
67-
github.com/bombsimon/wsl/v5 v5.3.0 // indirect
67+
github.com/bombsimon/wsl/v5 v5.6.0 // indirect
6868
github.com/breml/bidichk v0.3.3 // indirect
6969
github.com/breml/errchkjson v0.4.1 // indirect
70-
github.com/bufbuild/protocompile v0.14.2-0.20260114160500-16922e24f2b6 // indirect
70+
github.com/bufbuild/protocompile v0.14.2-0.20260202185951-d02d3732d113 // indirect
7171
github.com/bufbuild/protoplugin v0.0.0-20250218205857-750e09ce93e1 // indirect
7272
github.com/butuzov/ireturn v0.4.0 // indirect
7373
github.com/butuzov/mirror v1.3.0 // indirect
@@ -77,14 +77,14 @@ require (
7777
github.com/charithe/durationcheck v0.0.11 // indirect
7878
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
7979
github.com/charmbracelet/lipgloss v1.1.0 // indirect
80-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
80+
github.com/charmbracelet/x/ansi v0.10.1 // indirect
8181
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
8282
github.com/charmbracelet/x/term v0.2.1 // indirect
8383
github.com/ckaznocha/intrange v0.3.1 // indirect
8484
github.com/cli/browser v1.3.0 // indirect
8585
github.com/containerd/errdefs v1.0.0 // indirect
8686
github.com/containerd/errdefs/pkg v0.3.0 // indirect
87-
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
87+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
8888
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
8989
github.com/curioswitch/go-reassign v0.3.0 // indirect
9090
github.com/daixiang0/gci v0.13.7 // indirect
@@ -94,7 +94,7 @@ require (
9494
github.com/distribution/reference v0.6.0 // indirect
9595
github.com/dlclark/regexp2 v1.11.5 // indirect
9696
github.com/dnephin/pflag v1.0.7 // indirect
97-
github.com/docker/cli v29.2.0+incompatible // indirect
97+
github.com/docker/cli v29.2.1+incompatible // indirect
9898
github.com/docker/distribution v2.8.3+incompatible // indirect
9999
github.com/docker/docker v28.5.2+incompatible // indirect
100100
github.com/docker/docker-credential-helpers v0.9.5 // indirect
@@ -107,7 +107,7 @@ require (
107107
github.com/firefart/nonamedreturns v1.0.6 // indirect
108108
github.com/fsnotify/fsnotify v1.9.0 // indirect
109109
github.com/fzipp/gocyclo v0.6.0 // indirect
110-
github.com/ghostiam/protogetter v0.3.18 // indirect
110+
github.com/ghostiam/protogetter v0.3.20 // indirect
111111
github.com/go-chi/chi/v5 v5.2.4 // indirect
112112
github.com/go-critic/go-critic v0.14.3 // indirect
113113
github.com/go-logr/logr v1.4.3 // indirect
@@ -119,24 +119,24 @@ require (
119119
github.com/go-toolsmith/astp v1.1.0 // indirect
120120
github.com/go-toolsmith/strparse v1.1.0 // indirect
121121
github.com/go-toolsmith/typep v1.1.0 // indirect
122-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
122+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
123123
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
124124
github.com/gobwas/glob v0.2.3 // indirect
125-
github.com/godoc-lint/godoc-lint v0.11.1 // indirect
125+
github.com/godoc-lint/godoc-lint v0.11.2 // indirect
126126
github.com/gofrs/flock v0.13.0 // indirect
127127
github.com/golangci/asciicheck v0.5.0 // indirect
128128
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
129129
github.com/golangci/go-printf-func-name v0.1.1 // indirect
130130
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
131-
github.com/golangci/golines v0.14.0 // indirect
132-
github.com/golangci/misspell v0.7.0 // indirect
131+
github.com/golangci/golines v0.15.0 // indirect
132+
github.com/golangci/misspell v0.8.0 // indirect
133133
github.com/golangci/plugin-module-register v0.1.2 // indirect
134134
github.com/golangci/revgrep v0.8.0 // indirect
135135
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
136136
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e // indirect
137-
github.com/google/cel-go v0.26.1 // indirect
137+
github.com/google/cel-go v0.27.0 // indirect
138138
github.com/google/go-cmp v0.7.0 // indirect
139-
github.com/google/go-containerregistry v0.20.7 // indirect
139+
github.com/google/go-containerregistry v0.21.0 // indirect
140140
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
141141
github.com/google/uuid v1.6.0 // indirect
142142
github.com/gordonklaus/ineffassign v0.2.0 // indirect
@@ -159,7 +159,7 @@ require (
159159
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
160160
github.com/kisielk/errcheck v1.9.0 // indirect
161161
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
162-
github.com/klauspost/compress v1.18.3 // indirect
162+
github.com/klauspost/compress v1.18.4 // indirect
163163
github.com/klauspost/pgzip v1.2.6 // indirect
164164
github.com/kulti/thelper v0.7.1 // indirect
165165
github.com/kunwardeep/paralleltest v1.0.15 // indirect
@@ -182,7 +182,7 @@ require (
182182
github.com/mattn/go-colorable v0.1.14 // indirect
183183
github.com/mattn/go-isatty v0.0.20 // indirect
184184
github.com/mattn/go-runewidth v0.0.16 // indirect
185-
github.com/mgechev/revive v1.13.0 // indirect
185+
github.com/mgechev/revive v1.14.0 // indirect
186186
github.com/mitchellh/go-homedir v1.1.0 // indirect
187187
github.com/mitchellh/mapstructure v1.5.0 // indirect
188188
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -193,7 +193,7 @@ require (
193193
github.com/nakabonne/nestif v0.3.1 // indirect
194194
github.com/nishanths/exhaustive v0.12.0 // indirect
195195
github.com/nishanths/predeclared v0.2.2 // indirect
196-
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
196+
github.com/nunnatsa/ginkgolinter v0.23.0 // indirect
197197
github.com/opencontainers/go-digest v1.0.0 // indirect
198198
github.com/opencontainers/image-spec v1.1.1 // indirect
199199
github.com/pelletier/go-toml v1.9.5 // indirect
@@ -223,7 +223,7 @@ require (
223223
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
224224
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
225225
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
226-
github.com/securego/gosec/v2 v2.22.11 // indirect
226+
github.com/securego/gosec/v2 v2.23.0 // indirect
227227
github.com/segmentio/asm v1.2.1 // indirect
228228
github.com/segmentio/encoding v0.5.3 // indirect
229229
github.com/sirupsen/logrus v1.9.4 // indirect
@@ -262,39 +262,39 @@ require (
262262
gitlab.com/bosi/decorder v0.4.2 // indirect
263263
go-simpler.org/musttag v0.14.0 // indirect
264264
go-simpler.org/sloglint v0.11.1 // indirect
265-
go.augendre.info/arangolint v0.3.1 // indirect
265+
go.augendre.info/arangolint v0.4.0 // indirect
266266
go.augendre.info/fatcontext v0.9.0 // indirect
267267
go.lsp.dev/jsonrpc2 v0.10.0 // indirect
268268
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
269269
go.lsp.dev/protocol v0.12.0 // indirect
270270
go.lsp.dev/uri v0.3.0 // indirect
271271
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
272-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
273-
go.opentelemetry.io/otel v1.39.0 // indirect
274-
go.opentelemetry.io/otel/metric v1.39.0 // indirect
275-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
272+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
273+
go.opentelemetry.io/otel v1.40.0 // indirect
274+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
275+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
276276
go.uber.org/automaxprocs v1.6.0 // indirect
277277
go.uber.org/mock v0.6.0 // indirect
278278
go.uber.org/multierr v1.11.0 // indirect
279279
go.uber.org/zap v1.27.1 // indirect
280280
go.yaml.in/yaml/v3 v3.0.4 // indirect
281-
golang.org/x/crypto v0.47.0 // indirect
282-
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
283-
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
284-
golang.org/x/mod v0.32.0 // indirect
285-
golang.org/x/net v0.49.0 // indirect
281+
golang.org/x/crypto v0.48.0 // indirect
282+
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
283+
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
284+
golang.org/x/mod v0.33.0 // indirect
285+
golang.org/x/net v0.50.0 // indirect
286286
golang.org/x/sync v0.19.0 // indirect
287-
golang.org/x/sys v0.40.0 // indirect
288-
golang.org/x/term v0.39.0 // indirect
289-
golang.org/x/text v0.33.0 // indirect
290-
golang.org/x/tools v0.41.0 // indirect
291-
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3 // indirect
292-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260114163908-3f89685c29c3 // indirect
287+
golang.org/x/sys v0.41.0 // indirect
288+
golang.org/x/term v0.40.0 // indirect
289+
golang.org/x/text v0.34.0 // indirect
290+
golang.org/x/tools v0.42.0 // indirect
291+
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d // indirect
292+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
293293
google.golang.org/protobuf v1.36.11 // indirect
294294
gopkg.in/ini.v1 v1.67.0 // indirect
295295
gopkg.in/yaml.v2 v2.4.0 // indirect
296296
gopkg.in/yaml.v3 v3.0.1 // indirect
297-
honnef.co/go/tools v0.6.1 // indirect
297+
honnef.co/go/tools v0.7.0 // indirect
298298
mvdan.cc/gofumpt v0.9.2 // indirect
299299
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
300300
mvdan.cc/xurls/v2 v2.6.0 // indirect

0 commit comments

Comments
 (0)