You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module github.com/go-critic/go-critic to v0.13.0 (#6468)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-critic/go-critic](https://redirect.github.com/go-critic/go-critic) | `v0.12.0` -> `v0.13.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-critic/go-critic (github.com/go-critic/go-critic)</summary> ### [`v0.13.0`](https://redirect.github.com/go-critic/go-critic/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/go-critic/go-critic/compare/v0.12.0...v0.13.0) #### What's Changed - make: bump golangci-lint v1.64.5 by [@​cristaloleg](https://redirect.github.com/cristaloleg) in [https://github.com/go-critic/go-critic/pull/1456](https://redirect.github.com/go-critic/go-critic/pull/1456) - dev: enable copyloopvar and usetesting linters by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-critic/go-critic/pull/1459](https://redirect.github.com/go-critic/go-critic/pull/1459) - checkers/testdata: remove files needed for Go 1.18 by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-critic/go-critic/pull/1458](https://redirect.github.com/go-critic/go-critic/pull/1458) - deps: bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-critic/go-critic/pull/1461](https://redirect.github.com/go-critic/go-critic/pull/1461) - deps: bump github.com/quasilyte/go-ruleguard from 0.4.2 to 0.4.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-critic/go-critic/pull/1462](https://redirect.github.com/go-critic/go-critic/pull/1462) - checkers: update goStdlib and goBuiltins maps by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-critic/go-critic/pull/1442](https://redirect.github.com/go-critic/go-critic/pull/1442) - checkers/dupArg: add more patterns by [@​alingse](https://redirect.github.com/alingse) in [https://github.com/go-critic/go-critic/pull/1466](https://redirect.github.com/go-critic/go-critic/pull/1466) - checkers: fix commentedOutCode false positive by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-critic/go-critic/pull/1445](https://redirect.github.com/go-critic/go-critic/pull/1445) - checkers/rules/rules.go:dynamicFmtString: advice doc string Fixes [#​1381](https://redirect.github.com/go-critic/go-critic/issues/1381) by [@​Afterous](https://redirect.github.com/Afterous) in [https://github.com/go-critic/go-critic/pull/1438](https://redirect.github.com/go-critic/go-critic/pull/1438) - checkers/sqlQuery: properly process type aliases by [@​cristaloleg](https://redirect.github.com/cristaloleg) in [https://github.com/go-critic/go-critic/pull/1467](https://redirect.github.com/go-critic/go-critic/pull/1467) - deps: bump golang.org/x/tools from 0.30.0 to 0.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-critic/go-critic/pull/1465](https://redirect.github.com/go-critic/go-critic/pull/1465) **Full Changelog**: https://github.com/go-critic/go-critic/compare/v0.12.0...v0.13.0 </details> --- ### 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. --- - [ ] <!-- 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/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
@@ -69,7 +69,7 @@ require (
|
|||||||
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
||||||
github.com/fzipp/gocyclo v0.6.0 // indirect
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
||||||
github.com/ghostiam/protogetter v0.3.12 // indirect
|
github.com/ghostiam/protogetter v0.3.12 // indirect
|
||||||
github.com/go-critic/go-critic v0.12.0 // indirect
|
github.com/go-critic/go-critic v0.13.0 // indirect
|
||||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
||||||
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
||||||
github.com/go-git/go-git/v5 v5.14.0 // indirect
|
github.com/go-git/go-git/v5 v5.14.0 // indirect
|
||||||
|
@@ -122,8 +122,8 @@ github.com/ghostiam/protogetter v0.3.12 h1:xTPjH97iKph27vXRRKV0OCke5sAMoHPbVeVst
|
|||||||
github.com/ghostiam/protogetter v0.3.12/go.mod h1:WZ0nw9pfzsgxuRsPOFQomgDVSWtDLJRfQJEhsGbmQMA=
|
github.com/ghostiam/protogetter v0.3.12/go.mod h1:WZ0nw9pfzsgxuRsPOFQomgDVSWtDLJRfQJEhsGbmQMA=
|
||||||
github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
|
github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
|
||||||
github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU=
|
github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU=
|
||||||
github.com/go-critic/go-critic v0.12.0 h1:iLosHZuye812wnkEz1Xu3aBwn5ocCPfc9yqmFG9pa6w=
|
github.com/go-critic/go-critic v0.13.0 h1:kJzM7wzltQasSUXtYyTl6UaPVySO6GkaR1thFnJ6afY=
|
||||||
github.com/go-critic/go-critic v0.12.0/go.mod h1:DpE0P6OVc6JzVYzmM5gq5jMU31zLr4am5mB/VfFK64w=
|
github.com/go-critic/go-critic v0.13.0/go.mod h1:M/YeuJ3vOCQDnP2SU+ZhjgRzwzcBW87JqLpMJLrZDLI=
|
||||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
|
||||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
|
||||||
github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=
|
github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=
|
||||||
|
Reference in New Issue
Block a user