Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 -> v4.0.0 age confidence
github.com/alexfalkowski/gocovmerge v1.6.0 -> v2.16.0 age confidence
github.com/ashanbrown/forbidigo v1.6.0 -> v2.3.0 age confidence
github.com/ashanbrown/makezero v1.2.0 -> v2.1.0 age confidence
github.com/bombsimon/wsl/v4 v4.5.0 -> v5.3.0 age confidence
github.com/campoy/embedmd v1.0.0 -> v2.0.0 age confidence
github.com/cenkalti/backoff/v4 v4.3.0 -> v5.0.3 age confidence
github.com/denis-tingaikin/go-header v0.5.0 -> v1.0.0 age confidence
github.com/golangci/golangci-lint v1.64.8 -> v2.6.1 age confidence
github.com/google/go-github/v60 v60.0.0 -> v78.0.0 age confidence
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 -> v2.3.3 age confidence
github.com/hashicorp/hcl v1.0.0 -> v2.24.0 age confidence
github.com/olekukonko/tablewriter v0.0.5 -> v1.1.1 age confidence
github.com/pelletier/go-toml v1.9.5 -> v2.2.4 age confidence
go.etcd.io/etcd/client/v2 v2.306.0-alpha.0 -> v3.6.6 age confidence
gopkg.in/yaml.v2 v2.4.0 -> v3.0.1 age confidence

Release Notes

GaijinEntertainment/go-exhaustruct (github.com/GaijinEntertainment/go-exhaustruct/v3)

v4.0.0

Compare Source

Rename warning

Package being renamed to dev.gaijin.team/go/exhaustruct/v4 and all further updates will be published under this name.

Breaking changes:
  • Analyzer now receives configuration structure instead of several arguments (#​141)
New features:
  • Global Empty Allowance Option (#​141)
  • Return Statement Allowance Option (#​141)
  • Variable Declaration Allowance Option (#​141)
  • Pattern-Based Allowance Option (#​141)
Fixes:
  • Recognize directives within slices and maps (#​138)
alexfalkowski/gocovmerge (github.com/alexfalkowski/gocovmerge)

v2.16.0

Compare Source

v2.15.0

Compare Source

v2.14.0

Compare Source

v2.13.0

Compare Source

v2.12.0

Compare Source

v2.11.0

Compare Source

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

v2.7.0

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.0

Compare Source

v2.3.0

Compare Source

  • a5692b7 feat(out): add ability to read a dir with a pattern (#​172)

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.0

Compare Source

v2.0.0

Compare Source

v1.11.0

Compare Source

v1.10.0

Compare Source

v1.9.0

Compare Source

v1.8.0

Compare Source

v1.7.0

Compare Source

ashanbrown/forbidigo (github.com/ashanbrown/forbidigo)

v2.3.0

Compare Source

Support golang 1.25.0. Drop support for golang 1.23 and earlier due to x/tools changes.

v2.2.0

Compare Source

Fix alias support for golang 1.23

v2.1.0

Compare Source

What's Changed

Full Changelog: ashanbrown/forbidigo@v2.0.1...v2.1.0

v2.0.1: Drop golang < 1.18

Compare Source

v2.0.0: Upgrade x/tools

Compare Source

Upgrades x-tools to fix go 1.23, drops support for go < 1.18

ashanbrown/makezero (github.com/ashanbrown/makezero)

v2.1.0

Compare Source

Bump x/tools to support golang 1.25 @​chipaca

v2.0.1

Compare Source

Fix v2 release following https://go.dev/wiki/Modules#releasing-modules-v2-or-higher

v2.0.0: Bump minimum required go version to 1.18 and upgrade deps

Compare Source

What's Changed

New Contributors

Full Changelog: ashanbrown/makezero@v1.2.0...v2.0.0

bombsimon/wsl (github.com/bombsimon/wsl/v4)

v5.3.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.2.0...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bombsimon/wsl@v5.1.1...v5.2.0

v5.1.1

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.0.0...v5.1.0

v5.0.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v4.7.0...v5.0.0

v4.7.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v4.6.0...v4.7.0

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: bombsimon/wsl@v4.5.0...v4.6.0

campoy/embedmd (github.com/campoy/embedmd)

v2.0.0

Compare Source

cenkalti/backoff (github.com/cenkalti/backoff/v4)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

denis-tingaikin/go-header (github.com/denis-tingaikin/go-header)

v1.0.0

Compare Source

What's Fixed

  • Config file path provided with "-config" isn't used #​54
  • Add composition of analysis.Analyzer to goheader #​46
  • Is there an option to accept some specific pre-header strings? #​44
  • Headers with non-ASCII characters are corrupted #​43
  • Allow repatable line patterns / optional lines #​26
  • Starred header #​11
  • Confused by build directives #​18

What's Changed

New Contributors

Full Changelog: denis-tingaikin/go-header@v0.5.0...v1.0.0

golangci/golangci-lint (github.com/golangci/golangci-lint)

v2.6.1

Compare Source

v2.6.0

Compare Source

  1. New linters
    • Add modernize analyzer suite
  2. Linters new features or changes
    • arangolint: from 0.2.0 to 0.3.1
    • dupword: from 0.1.6 to 0.1.7 (new option comments-only)
    • go-critic: from 0.13.0 to 0.14.0 (new rules/checkers: zeroByteRepeat, dupOption)
    • gofumpt: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the extra-rules option)
    • perfsprint: from 0.9.1 to 0.10.0 (new options: concat-loop, loop-other-ops)
    • wsl: from 5.2.0 to 5.3.0
  3. Linters bug fixes
    • dupword: from 0.1.6 to 0.1.7
    • durationcheck: from 0.0.10 to 0.0.11
    • exptostd: from 0.4.4 to 0.4.5
    • fatcontext: from 0.8.1 to 0.9.0
    • forbidigo: from 2.1.0 to 2.3.0
    • ginkgolinter: from 0.21.0 to 0.21.2
    • godoc-lint: from 0.10.0 to 0.10.1
    • gomoddirectives: from 0.7.0 to 0.7.1
    • gosec: from 2.22.8 to 2.22.10
    • makezero: from 2.0.1 to 2.1.0
    • nilerr: from 0.1.1 to 0.1.2
    • paralleltest: from 1.0.14 to 1.0.15
    • protogetter: from 0.3.16 to 0.3.17
    • unparam: from 0df0534 to 5beb8c8
  4. Misc.
    • fix: ignore some files to hash the version for custom build

v2.5.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • embeddedstructfieldcheck: from 0.3.0 to 0.4.0 (new option: empty-line)
    • err113: from aea10b5 to 0.1.1 (skip internals of Is methods for error type)
    • ginkgolinter: from 0.20.0 to 0.21.0 (new option: force-tonot)
    • gofumpt: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)
    • ineffassign: from 0.1.0 to 0.2.0 (new option: check-escaping-errors)
    • musttag: from 0.13.1 to 0.14.0 (support interface methods)
    • revive: from 1.11.0 to 1.12.0 (new options: identical-ifelseif-branches, identical-ifelseif-conditions, identical-switch-branches, identical-switch-conditions, package-directory-mismatch, unsecure-url-scheme, use-waitgroup-go, useless-fallthrough)
    • thelper: from 0.6.3 to 0.7.1 (skip t.Helper in functions passed to synctest.Test)
    • wsl: from 5.1.1 to 5.2.0 (improvements related to subexpressions)
  3. Linters bug fixes
    • asciicheck: from 0.4.1 to 0.5.0
    • errname: from 1.1.0 to 1.1.1
    • fatcontext: from 0.8.0 to 0.8.1
    • go-printf-func-name: from 0.1.0 to 0.1.1
    • godot: from 1.5.1 to 1.5.4
    • gosec: from 2.22.7 to 2.22.8
    • nilerr: from 0.1.1 to a temporary fork
    • nilnil: from 1.1.0 to 1.1.1
    • protogetter: from 0.3.15 to 0.3.16
    • tagliatelle: from 0.7.1 to 0.7.2
    • testifylint: from 1.6.1 to 1.6.4
  4. Misc.
    • fix: "no export data" errors are now handled as a standard typecheck error
  5. Documentation
    • Improve nolint section about syntax

v2.4.0

Compare Source

  1. Enhancements
    • 🎉 go1.25 support
  2. Linters new features or changes
    • exhaustruct: from v3.3.1 to 4.0.0 (new options: allow-empty, allow-empty-rx, allow-empty-returns, allow-empty-declarations)
  3. Linters bug fixes
    • godox: trim filepath from report messages
    • staticcheck: allow empty options
    • tagalign: from 1.4.2 to 1.4.3
  4. Documentation
    • 🌟 New website (with a search engine)

v2.3.1

Compare Source

  1. Linters bug fixes
    • gci: from 0.13.6 to 0.13.7
    • gosec: from 2.22.6 to 2.22.7
    • noctx: from 0.3.5 to 0.4.0
    • wsl: from 5.1.0 to 5.1.1
    • tagliatelle: force upper case for custom initialisms

v2.3.0

Compare Source

  1. Linters new features or changes
    • ginkgolinter: from 0.19.1 to 0.20.0 (new option: force-assertion-description)
    • iface: from 1.4.0 to 1.4.1 (report message improvements)
    • noctx: from 0.3.4 to 0.3.5 (new detections: log/slog, exec, crypto/tls)
    • revive: from 1.10.0 to 1.11.0 (new rule: enforce-switch-style)
    • wsl: from 5.0.0 to 5.1.0
  2. Linters bug fixes
    • gosec: from 2.22.5 to 2.22.6
    • noinlineerr: from 1.0.4 to 1.0.5
    • sloglint: from 0.11.0 to 0.11.1
  3. Misc.
    • fix: panic close of closed channel

v2.2.2

Compare Source

  1. Linters bug fixes
    • noinlineerr: from 1.0.3 to 1.0.4
  2. Documentation
    • Improve debug keys documentation
  3. Misc.
    • fix: panic close of closed channel
    • godot: add noinline value into the JSONSchema

v2.2.1

Compare Source

  1. Linters bug fixes
  • varnamelen: fix configuration

v2.2.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • errcheck: add verbose option
    • funcorder: from 0.2.1 to 0.5.0 (new option alphabetical)
    • gomoddirectives: from 0.6.1 to 0.7.0 (new option ignore-forbidden)
    • iface: from 1.3.1 to 1.4.0 (new option unexported)
    • noctx: from 0.1.0 to 0.3.3 (new report messages, and new rules related to database/sql)
    • noctx: from 0.3.3 to 0.3.4 (new SQL functions detection)
    • revive: from 1.9.0 to 1.10.0 (new rules: time-date, unnecessary-format, use-fmt-print)
    • usestdlibvars: from 1.28.0 to 1.29.0 (new option time-date-month)
    • wsl: deprecation
    • wsl_v5: from 4.7.0 to 5.0.0 (major version with new configuration)
  3. Linters bug fixes
    • dupword: from 0.1.3 to 0.1.6
    • exptostd: from 0.4.3 to 0.4.4
    • forbidigo: from 1.6.0 to 2.1.0
    • gci: consistently format the code
    • go-spancheck: from 0.6.4 to 0.6.5
    • goconst: from 1.8.1 to 1.8.2
    • gosec: from 2.22.3 to 2.22.4
    • gosec: from 2.22.4 to 2.22.5
    • makezero: from 1.2.0 to 2.0.1
    • misspell: from 0.6.0 to 0.7.0
    • usetesting: from 0.4.3 to 0.5.0
  4. Misc.
    • exclusions: fix path-expect
    • formatters: write the input to stdout when using stdin and there are no changes
    • migration: improve the error message when trying to migrate a migrated config
    • typecheck: deduplicate errors
    • typecheck: stops the analysis after the first error
    • Deprecate print-resources-usage flag
    • Unique version per custom build
  5. Documentation
    • Improves typecheck FAQ
    • Adds plugin systems recommendations
    • Add description for linters.default sets

v2.1.6

Compare Source

  1. Linters bug fixes
    • godot: from 1.5.0 to 1.5.1
    • musttag: from 0.13.0 to 0.13.1
  2. Documentation
    • Add note about golangci-lint v2 integration in VS Code

v2.1.5

[Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.4...v2.1.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 19, 2024
@renovate renovate bot force-pushed the renovate/major-gomod branch from 540f005 to 9b0934e Compare November 28, 2024 02:50
@renovate renovate bot changed the title chore(deps): update gomod (major) Update gomod (major) Dec 5, 2024
@renovate renovate bot force-pushed the renovate/major-gomod branch from 9b0934e to 95c3b39 Compare December 5, 2024 00:37
@renovate renovate bot changed the title Update gomod (major) chore(deps): update gomod (major) Dec 5, 2024
@renovate renovate bot changed the title chore(deps): update gomod (major) fix(deps): update gomod (major) Dec 11, 2024
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from c7de1e0 to 63ac240 Compare December 17, 2024 06:48
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from 4ec19d1 to 77899ea Compare December 24, 2024 06:20
@renovate renovate bot force-pushed the renovate/major-gomod branch from 77899ea to 0e5fbd7 Compare January 9, 2025 19:53
@renovate renovate bot force-pushed the renovate/major-gomod branch 3 times, most recently from 328be65 to ead7233 Compare January 26, 2025 04:55
@renovate renovate bot force-pushed the renovate/major-gomod branch from ead7233 to 24904bb Compare January 28, 2025 19:16
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from 4a0d537 to ebdd880 Compare February 10, 2025 06:34
@renovate renovate bot force-pushed the renovate/major-gomod branch 3 times, most recently from d9afb38 to 86d5f22 Compare February 18, 2025 05:40
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from ee6c4c1 to 18efd48 Compare February 24, 2025 22:26
@renovate renovate bot force-pushed the renovate/major-gomod branch from 18efd48 to 5a54abc Compare March 4, 2025 06:30
@ivanvc ivanvc force-pushed the main branch 2 times, most recently from 9a1b423 to 1045ef1 Compare March 4, 2025 06:33
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from 8e496c1 to 56431e0 Compare March 4, 2025 06:38
@renovate renovate bot force-pushed the renovate/major-gomod branch from 645dfb6 to bb466a8 Compare July 23, 2025 07:16
@renovate
Copy link
Author

renovate bot commented Jul 23, 2025

ℹ Artifact update notice

File name: etcdutl/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
go.etcd.io/etcd/client/v3 v3.6.5 -> v3.6.5
File name: tools/mod/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 67 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24 -> 1.24.0
github.com/4meepo/tagalign v1.4.2 -> v1.4.3
github.com/Abirdcfly/dupword v0.1.3 -> v0.1.6
github.com/Antonboom/errname v1.0.0 -> v1.1.1
github.com/Antonboom/nilnil v1.0.1 -> v1.1.1
github.com/Antonboom/testifylint v1.5.2 -> v1.6.4
github.com/alexkohler/nakedret/v2 v2.0.5 -> v2.0.6
github.com/alingse/nilnesserr v0.1.2 -> v0.2.0
github.com/breml/bidichk v0.3.2 -> v0.3.3
github.com/breml/errchkjson v0.4.0 -> v0.4.1
github.com/butuzov/ireturn v0.3.1 -> v0.4.0
github.com/catenacyber/perfsprint v0.8.2 -> v0.9.1
github.com/ccojocar/zxcvbn-go v1.0.2 -> v1.0.4
github.com/daixiang0/gci v0.13.5 -> v0.13.7
github.com/firefart/nonamedreturns v1.0.5 -> v1.0.6
github.com/ghostiam/protogetter v0.3.9 -> v0.3.16
github.com/go-critic/go-critic v0.12.0 -> v0.13.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/golangci/go-printf-func-name v0.1.0 -> v0.1.1
github.com/golangci/misspell v0.6.0 -> v0.7.0
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed -> v0.0.0-20250410112200-a129a6e6413e
github.com/gordonklaus/ineffassign v0.1.0 -> v0.2.0
github.com/jgautheron/goconst v1.7.1 -> v1.8.2
github.com/jjti/go-spancheck v0.6.4 -> v0.6.5
github.com/kulti/thelper v0.6.3 -> v0.7.1
github.com/kunwardeep/paralleltest v1.0.10 -> v1.0.14
github.com/ldez/exptostd v0.4.2 -> v0.4.4
github.com/ldez/gomoddirectives v0.6.1 -> v0.7.0
github.com/ldez/grignotin v0.9.0 -> v0.10.1
github.com/ldez/tagliatelle v0.7.1 -> v0.7.2
github.com/ldez/usetesting v0.4.2 -> v0.5.0
github.com/macabu/inamedparam v0.1.3 -> v0.2.0
github.com/mgechev/revive v1.7.0 -> v1.12.0
github.com/nunnatsa/ginkgolinter v0.19.1 -> v0.21.0
github.com/polyfloyd/go-errorlint v1.7.1 -> v1.8.0
github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1 -> v0.4.4
github.com/ryancurrah/gomodguard v1.3.5 -> v1.4.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 -> v6.0.2
github.com/sashamelentyev/usestdlibvars v1.28.0 -> v1.29.0
github.com/securego/gosec/v2 v2.22.2 -> v2.22.8
github.com/sonatard/noctx v0.1.0 -> v0.4.0
github.com/spf13/afero v1.12.0 -> v1.14.0
github.com/spf13/cobra v1.9.1 -> v1.10.1
github.com/spf13/pflag v1.0.6 -> v1.0.10
github.com/stretchr/testify v1.10.0 -> v1.11.1
github.com/tetafro/godot v1.5.0 -> v1.5.4
github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3 -> v0.0.0-20241222091800-1db5c5ca4d67
github.com/timonwong/loggercheck v0.10.1 -> v0.11.0
github.com/tomarrell/wrapcheck/v2 v2.10.0 -> v2.11.0
github.com/uudashr/iface v1.3.1 -> v1.4.1
github.com/xen0n/gosmopolitan v1.2.2 -> v1.3.0
go-simpler.org/musttag v0.13.0 -> v0.14.0
go-simpler.org/sloglint v0.9.0 -> v0.11.1
golang.org/x/crypto v0.36.0 -> v0.42.0
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac -> v0.0.0-20250911091902-df9299821621
golang.org/x/mod v0.24.0 -> v0.28.0
golang.org/x/net v0.37.0 -> v0.44.0
golang.org/x/sync v0.12.0 -> v0.17.0
golang.org/x/sys v0.31.0 -> v0.36.0
golang.org/x/term v0.30.0 -> v0.35.0
golang.org/x/text v0.23.0 -> v0.29.0
golang.org/x/tools v0.31.0 -> v0.37.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250728155136-f173205681a0
google.golang.org/grpc v1.71.0 -> v1.74.2
mvdan.cc/gofumpt v0.7.0 -> v0.9.1
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f -> v0.0.0-20250301125049-0df0534333a4
File name: tools/testgrid-analysis/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24 -> 1.24.0

@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from ac3c1da to b5532b1 Compare July 29, 2025 06:23
@renovate renovate bot force-pushed the renovate/major-gomod branch 4 times, most recently from 70bfa3a to 2b1bc1e Compare August 10, 2025 03:07
@renovate renovate bot force-pushed the renovate/major-gomod branch from 2b1bc1e to 6030ad6 Compare August 14, 2025 06:16
@renovate renovate bot force-pushed the renovate/major-gomod branch 3 times, most recently from 251088c to 0f4d83f Compare September 6, 2025 00:16
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from fc8b91e to c70bf9c Compare September 20, 2025 07:01
@renovate renovate bot force-pushed the renovate/major-gomod branch 5 times, most recently from 8a1c789 to f325800 Compare September 26, 2025 06:21
@renovate
Copy link
Author

renovate bot commented Sep 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/go.sum
Command failed: go mod tidy
go: finding module for package github.com/grpc-ecosystem/go-grpc-middleware/v2/logging/zap
go: finding module for package github.com/grpc-ecosystem/go-grpc-middleware/v2/providers/prometheus
go: finding module for package github.com/grpc-ecosystem/go-grpc-middleware/v2/tags
go: go.etcd.io/etcd/server/v3/etcdmain imports
	github.com/grpc-ecosystem/go-grpc-middleware/v2/logging/zap: module github.com/grpc-ecosystem/go-grpc-middleware/v2@latest found (v2.3.3), but does not contain package github.com/grpc-ecosystem/go-grpc-middleware/v2/logging/zap
go: go.etcd.io/etcd/server/v3/etcdmain imports
	github.com/grpc-ecosystem/go-grpc-middleware/v2/providers/prometheus: module github.com/grpc-ecosystem/go-grpc-middleware/v2@latest found (v2.3.3), but does not contain package github.com/grpc-ecosystem/go-grpc-middleware/v2/providers/prometheus
go: go.etcd.io/etcd/server/v3/etcdmain imports
	github.com/grpc-ecosystem/go-grpc-middleware/v2/tags: module github.com/grpc-ecosystem/go-grpc-middleware/v2@latest found (v2.3.3), but does not contain package github.com/grpc-ecosystem/go-grpc-middleware/v2/tags

@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from f23f475 to 6d232c9 Compare October 10, 2025 06:20
@renovate renovate bot force-pushed the renovate/major-gomod branch from 6d232c9 to 2d7c76a Compare October 15, 2025 08:15
@renovate renovate bot force-pushed the renovate/major-gomod branch 2 times, most recently from c155abf to df9df69 Compare October 30, 2025 06:22
@renovate renovate bot force-pushed the renovate/major-gomod branch 3 times, most recently from 6fdd93e to f049c9f Compare November 9, 2025 21:11
@renovate renovate bot force-pushed the renovate/major-gomod branch from f049c9f to 45c3d91 Compare November 12, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant