From 7cd411d35363ba2e72ed97a2280a68a7c14e538a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:11:30 -0800 Subject: [PATCH] chore(deps): update module github.com/golangci/golines to v0.15.0 (#7893) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/golangci/golines](https://redirect.github.com/golangci/golines) | `v0.14.0` → `v0.15.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolines/v0.15.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolines/v0.14.0/v0.15.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
golangci/golines (github.com/golangci/golines) ### [`v0.15.0`](https://redirect.github.com/golangci/golines/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/golangci/golines/compare/v0.14.0...v0.15.0) #### Changelog - [`eec0d8a`](https://redirect.github.com/golangci/golines/commit/eec0d8a268c6f85985854a66575d6c648d55193a): feat: format struct definitions ([#​20](https://redirect.github.com/golangci/golines/issues/20)) ([@​ldez](https://redirect.github.com/ldez)) - [`2dc39cd`](https://redirect.github.com/golangci/golines/commit/2dc39cdf1f1d5da08d5efd3217215ba3d82d538f): feat: format switch tag ([#​21](https://redirect.github.com/golangci/golines/issues/21)) ([@​ldez](https://redirect.github.com/ldez))
--- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 878ec8c67..4c52874ec 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -106,7 +106,7 @@ require ( github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect github.com/golangci/go-printf-func-name v0.1.1 // indirect github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6 // indirect - github.com/golangci/golines v0.14.0 // indirect + github.com/golangci/golines v0.15.0 // indirect github.com/golangci/misspell v0.7.0 // indirect github.com/golangci/plugin-module-register v0.1.2 // indirect github.com/golangci/revgrep v0.8.0 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 490293d31..f340acb4c 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -215,8 +215,8 @@ github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6 h1:jlKy3uQkETB3zMBK github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6/go.mod h1:OyaRySOXorMn8zJqFku8YsKptIhPkANyKKTMC+rqMCs= github.com/golangci/golangci-lint/v2 v2.8.0 h1:wJnr3hJWY3eVzOUcfwbDc2qbi2RDEpvLmQeNFaPSNYA= github.com/golangci/golangci-lint/v2 v2.8.0/go.mod h1:xl+HafQ9xoP8rzw0z5AwnO5kynxtb80e8u02Ej/47RI= -github.com/golangci/golines v0.14.0 h1:xt9d3RKBjhasA3qpoXs99J2xN2t6eBlpLHt0TrgyyXc= -github.com/golangci/golines v0.14.0/go.mod h1:gf555vPG2Ia7mmy2mzmhVQbVjuK8Orw0maR1G4vVAAQ= +github.com/golangci/golines v0.15.0 h1:Qnph25g8Y1c5fdo1X7GaRDGgnMHgnxh4Gk4VfPTtRx0= +github.com/golangci/golines v0.15.0/go.mod h1:AZjXd23tbHMpowhtnGlj9KCNsysj72aeZVVHnVcZx10= github.com/golangci/misspell v0.7.0 h1:4GOHr/T1lTW0hhR4tgaaV1WS/lJ+ncvYCoFKmqJsj0c= github.com/golangci/misspell v0.7.0/go.mod h1:WZyyI2P3hxPY2UVHs3cS8YcllAeyfquQcKfdeE9AFVg= github.com/golangci/plugin-module-register v0.1.2 h1:e5WM6PO6NIAEcij3B053CohVp3HIYbzSuP53UAYgOpg=