2020-09-09 12:14:03 -04:00
|
|
|
module go.opentelemetry.io/otel/internal/tools
|
2020-02-07 03:51:00 +09:00
|
|
|
|
2025-08-31 07:52:30 -07:00
|
|
|
go 1.24.0
|
2024-08-21 09:37:56 +02:00
|
|
|
|
2020-02-07 03:51:00 +09:00
|
|
|
require (
|
2025-05-28 08:25:12 -07:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2020-02-07 03:51:00 +09:00
|
|
|
github.com/client9/misspell v0.3.4
|
2021-01-19 12:56:46 -08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2025-11-04 17:15:10 +01:00
|
|
|
github.com/golangci/golangci-lint/v2 v2.6.1
|
2025-03-06 10:27:35 +01:00
|
|
|
github.com/jcchavezs/porto v0.7.0
|
2021-08-14 17:10:15 +02:00
|
|
|
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
|
2025-10-31 15:13:27 -07:00
|
|
|
go.opentelemetry.io/build-tools/crosslink v0.29.0
|
|
|
|
|
go.opentelemetry.io/build-tools/gotmpl v0.29.0
|
|
|
|
|
go.opentelemetry.io/build-tools/multimod v0.29.0
|
2025-10-23 15:28:40 -07:00
|
|
|
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
|
2025-10-20 09:09:34 -07:00
|
|
|
golang.org/x/tools v0.38.0
|
2025-01-14 15:18:46 +01:00
|
|
|
golang.org/x/vuln v1.1.4
|
2020-02-07 03:51:00 +09:00
|
|
|
)
|
2022-05-25 10:04:56 -05:00
|
|
|
|
|
|
|
|
require (
|
2025-02-28 15:45:52 +01:00
|
|
|
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
|
2025-02-08 08:24:21 -08:00
|
|
|
4d63.com/gochecknoglobals v0.2.2 // indirect
|
2025-06-16 12:33:22 -07:00
|
|
|
codeberg.org/chavacava/garif v0.2.0 // indirect
|
2025-05-08 10:25:17 +02:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2025-08-31 08:35:17 -07:00
|
|
|
dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect
|
2025-09-24 09:41:07 +02:00
|
|
|
dev.gaijin.team/go/golib v0.7.0 // indirect
|
2025-07-28 12:21:42 -07:00
|
|
|
github.com/4meepo/tagalign v1.4.3 // indirect
|
2025-10-21 11:14:21 +02:00
|
|
|
github.com/Abirdcfly/dupword v0.1.7 // indirect
|
fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.5.0 (#7392)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint)
| `v2.4.0` -> `v2.5.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>golangci/golangci-lint
(github.com/golangci/golangci-lint/v2)</summary>
###
[`v2.5.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v250)
[Compare
Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.4.0...v2.5.0)
1. New linters
- Add `godoclint` linter <https://github.com/godoc-lint/godoc-lint>
- Add `unqueryvet` linter <https://github.com/MirrexOne/unqueryvet>
- Add `iotamixing` linter <https://github.com/AdminBenni/iota-mixing>
2. Linters new features or changes
- `embeddedstructfieldcheck`: from 0.3.0 to 0.4.0 (new option:
`empty-line`)
- `err113`: from
[`aea10b5`](https://redirect.github.com/golangci/golangci-lint/commit/aea10b59be24)
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
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 09:05:09 +02:00
|
|
|
github.com/AdminBenni/iota-mixing v1.0.0 // indirect
|
2025-07-21 10:10:07 +02:00
|
|
|
github.com/AlwxSin/noinlineerr v1.0.5 // indirect
|
2025-09-09 09:07:33 +02:00
|
|
|
github.com/Antonboom/errname v1.1.1 // indirect
|
2025-09-10 13:44:57 +02:00
|
|
|
github.com/Antonboom/nilnil v1.1.1 // indirect
|
2025-09-12 15:33:08 +02:00
|
|
|
github.com/Antonboom/testifylint v1.6.4 // indirect
|
2025-03-18 09:10:12 +01:00
|
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
2025-09-16 14:53:25 +02:00
|
|
|
github.com/Djarvur/go-err113 v0.1.1 // indirect
|
2025-06-27 15:07:58 -07:00
|
|
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
2024-12-17 11:22:03 +01:00
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
2025-11-05 13:41:39 -08:00
|
|
|
github.com/MirrexOne/unqueryvet v1.3.0 // indirect
|
2025-03-06 09:06:03 +01:00
|
|
|
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
|
2025-05-23 14:14:24 +02:00
|
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
2025-08-04 15:57:49 +02:00
|
|
|
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
|
2024-12-17 10:02:35 +01:00
|
|
|
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
|
2025-04-12 21:28:59 +02:00
|
|
|
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/alexkohler/prealloc v1.0.0 // indirect
|
2025-07-28 12:21:42 -07:00
|
|
|
github.com/alfatraining/structtag v1.0.0 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/alingse/asasalint v0.0.11 // indirect
|
2025-04-04 09:18:27 +01:00
|
|
|
github.com/alingse/nilnesserr v0.2.0 // indirect
|
2025-10-26 08:18:38 +01:00
|
|
|
github.com/ashanbrown/forbidigo/v2 v2.3.0 // indirect
|
2025-10-25 19:30:28 +02:00
|
|
|
github.com/ashanbrown/makezero/v2 v2.1.0 // indirect
|
2025-03-26 10:46:44 -07:00
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/bkielbasa/cyclop v1.2.3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/blizzy78/varnamelen v0.8.0 // indirect
|
2025-04-04 00:05:41 +01:00
|
|
|
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
|
2025-10-06 10:59:38 +02:00
|
|
|
github.com/bombsimon/wsl/v5 v5.3.0 // indirect
|
2025-03-13 09:32:00 +01:00
|
|
|
github.com/breml/bidichk v0.3.3 // indirect
|
2025-03-13 09:40:21 +01:00
|
|
|
github.com/breml/errchkjson v0.4.1 // indirect
|
2025-04-08 14:50:32 -07:00
|
|
|
github.com/butuzov/ireturn v0.4.0 // indirect
|
2024-12-17 10:59:48 +01:00
|
|
|
github.com/butuzov/mirror v1.3.0 // indirect
|
2025-10-13 07:45:10 +02:00
|
|
|
github.com/catenacyber/perfsprint v0.10.0 // indirect
|
2025-04-08 15:58:30 +02:00
|
|
|
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
|
2024-09-09 11:08:14 -04:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-10-24 10:17:31 +02:00
|
|
|
github.com/charithe/durationcheck v0.0.11 // indirect
|
2025-08-14 11:42:35 +02:00
|
|
|
github.com/charmbracelet/colorprofile v0.3.2 // indirect
|
2025-03-26 10:46:44 -07:00
|
|
|
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
2025-09-30 13:53:10 -07:00
|
|
|
github.com/charmbracelet/x/ansi v0.10.2 // indirect
|
2025-03-26 10:46:44 -07:00
|
|
|
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
|
2025-10-31 14:20:27 -07:00
|
|
|
github.com/charmbracelet/x/term v0.2.2 // indirect
|
2025-03-21 09:09:14 +01:00
|
|
|
github.com/ckaznocha/intrange v0.3.1 // indirect
|
2025-10-26 18:23:33 -07:00
|
|
|
github.com/clipperhouse/stringish v0.1.1 // indirect
|
|
|
|
|
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
|
2025-04-10 09:28:03 +02:00
|
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
2024-12-17 17:27:58 +01:00
|
|
|
github.com/curioswitch/go-reassign v0.3.0 // indirect
|
2025-11-03 09:48:43 +01:00
|
|
|
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
|
2025-07-25 12:54:58 +02:00
|
|
|
github.com/daixiang0/gci v0.13.7 // indirect
|
2025-03-26 10:46:44 -07:00
|
|
|
github.com/dave/dst v0.27.3 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/denis-tingaikin/go-header v0.5.0 // indirect
|
2025-04-12 21:28:59 +02:00
|
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
2023-01-06 14:30:32 -08:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/ettle/strcase v0.2.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
2025-04-04 09:08:39 +01:00
|
|
|
github.com/firefart/nonamedreturns v1.0.6 // indirect
|
2025-04-04 23:20:32 -07:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
2025-10-03 15:55:48 +02:00
|
|
|
github.com/ghostiam/protogetter v0.3.17 // indirect
|
2025-10-30 14:11:12 -07:00
|
|
|
github.com/go-critic/go-critic v0.14.2 // indirect
|
2023-06-05 02:41:23 -07:00
|
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
2025-01-10 11:33:00 -08:00
|
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
2025-10-06 08:56:46 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.16.3 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
github.com/go-toolsmith/astcast v1.1.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/go-toolsmith/astcopy v1.1.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/go-toolsmith/astequal v1.2.0 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
github.com/go-toolsmith/astfmt v1.1.0 // indirect
|
|
|
|
|
github.com/go-toolsmith/astp v1.1.0 // indirect
|
|
|
|
|
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
|
|
|
|
github.com/go-toolsmith/typep v1.1.0 // indirect
|
2025-07-15 19:05:47 +02:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
2024-12-16 17:23:58 -08:00
|
|
|
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2025-10-14 18:31:53 -07:00
|
|
|
github.com/godoc-lint/godoc-lint v0.10.1 // indirect
|
2025-10-10 09:17:59 +02:00
|
|
|
github.com/gofrs/flock v0.13.0 // indirect
|
2024-12-16 16:53:01 +01:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.5.0 (#7392)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint)
| `v2.4.0` -> `v2.5.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>golangci/golangci-lint
(github.com/golangci/golangci-lint/v2)</summary>
###
[`v2.5.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v250)
[Compare
Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.4.0...v2.5.0)
1. New linters
- Add `godoclint` linter <https://github.com/godoc-lint/godoc-lint>
- Add `unqueryvet` linter <https://github.com/MirrexOne/unqueryvet>
- Add `iotamixing` linter <https://github.com/AdminBenni/iota-mixing>
2. Linters new features or changes
- `embeddedstructfieldcheck`: from 0.3.0 to 0.4.0 (new option:
`empty-line`)
- `err113`: from
[`aea10b5`](https://redirect.github.com/golangci/golangci-lint/commit/aea10b59be24)
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
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 09:05:09 +02:00
|
|
|
github.com/golangci/asciicheck v0.5.0 // indirect
|
2025-03-12 09:14:30 +01:00
|
|
|
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
|
2025-09-02 16:54:43 -07:00
|
|
|
github.com/golangci/go-printf-func-name v0.1.1 // indirect
|
2025-07-04 19:48:22 +02:00
|
|
|
github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6 // indirect
|
2025-08-21 15:37:55 -07:00
|
|
|
github.com/golangci/golines v0.0.0-20250821215611-d4663ad2c370 // indirect
|
2025-05-19 08:30:05 +02:00
|
|
|
github.com/golangci/misspell v0.7.0 // indirect
|
2025-05-27 14:18:10 +02:00
|
|
|
github.com/golangci/plugin-module-register v0.1.2 // indirect
|
2025-02-12 12:23:12 +01:00
|
|
|
github.com/golangci/revgrep v0.8.0 // indirect
|
2025-06-29 07:15:13 -07:00
|
|
|
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
|
2025-04-12 21:28:59 +02:00
|
|
|
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e // indirect
|
2025-02-23 08:21:15 -08:00
|
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
2025-08-27 09:53:36 +02:00
|
|
|
github.com/gordonklaus/ineffassign v0.2.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
2025-02-28 09:45:16 +01:00
|
|
|
github.com/gostaticanalysis/comment v1.5.0 // indirect
|
2025-02-13 08:43:03 +01:00
|
|
|
github.com/gostaticanalysis/forcetypeassert v0.2.0 // indirect
|
2025-10-30 08:58:01 -07:00
|
|
|
github.com/gostaticanalysis/nilerr v0.1.2 // indirect
|
2025-07-07 13:19:53 -07:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2025-01-06 09:49:46 +01:00
|
|
|
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
|
2025-07-07 13:19:53 -07:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
|
2024-05-28 07:45:12 -07:00
|
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
2025-01-06 09:49:46 +01:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
2022-12-06 07:38:06 -08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2025-05-23 09:12:16 +02:00
|
|
|
github.com/jgautheron/goconst v1.8.2 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
|
2025-05-07 09:11:52 +02:00
|
|
|
github.com/jjti/go-spancheck v0.6.5 // indirect
|
2025-01-05 09:54:36 -08:00
|
|
|
github.com/julz/importas v0.2.0 // indirect
|
2025-10-28 09:13:53 +01:00
|
|
|
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
|
2025-08-19 15:56:08 -07:00
|
|
|
github.com/kevinburke/ssh_config v1.4.0 // indirect
|
2025-02-19 09:34:18 +01:00
|
|
|
github.com/kisielk/errcheck v1.9.0 // indirect
|
2025-02-28 09:45:16 +01:00
|
|
|
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
|
2025-09-05 15:41:50 -07:00
|
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
2025-09-18 09:12:51 +02:00
|
|
|
github.com/kulti/thelper v0.7.1 // indirect
|
2025-10-14 08:46:33 +02:00
|
|
|
github.com/kunwardeep/paralleltest v1.0.15 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/lasiar/canonicalheader v1.1.2 // indirect
|
2025-10-09 09:57:55 +02:00
|
|
|
github.com/ldez/exptostd v0.4.5 // indirect
|
2025-09-23 15:04:21 +02:00
|
|
|
github.com/ldez/gomoddirectives v0.7.1 // indirect
|
2025-09-17 12:17:27 +02:00
|
|
|
github.com/ldez/grignotin v0.10.1 // indirect
|
2025-08-26 10:48:10 -07:00
|
|
|
github.com/ldez/tagliatelle v0.7.2 // indirect
|
2025-06-12 09:54:47 +02:00
|
|
|
github.com/ldez/usetesting v0.5.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/leonklingele/grouper v1.1.2 // indirect
|
2025-09-08 14:21:04 -07:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
2025-03-16 07:31:44 -07:00
|
|
|
github.com/macabu/inamedparam v0.2.0 // indirect
|
fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.5.0 (#7392)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint)
| `v2.4.0` -> `v2.5.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>golangci/golangci-lint
(github.com/golangci/golangci-lint/v2)</summary>
###
[`v2.5.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v250)
[Compare
Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.4.0...v2.5.0)
1. New linters
- Add `godoclint` linter <https://github.com/godoc-lint/godoc-lint>
- Add `unqueryvet` linter <https://github.com/MirrexOne/unqueryvet>
- Add `iotamixing` linter <https://github.com/AdminBenni/iota-mixing>
2. Linters new features or changes
- `embeddedstructfieldcheck`: from 0.3.0 to 0.4.0 (new option:
`empty-line`)
- `err113`: from
[`aea10b5`](https://redirect.github.com/golangci/golangci-lint/commit/aea10b59be24)
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
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 09:05:09 +02:00
|
|
|
github.com/manuelarte/embeddedstructfieldcheck v0.4.0 // indirect
|
2025-05-12 08:50:28 +02:00
|
|
|
github.com/manuelarte/funcorder v0.5.0 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/maratori/testableexamples v1.0.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/maratori/testpackage v1.1.1 // indirect
|
2025-02-12 12:23:12 +01:00
|
|
|
github.com/matoous/godox v1.1.0 // indirect
|
2025-01-10 12:53:51 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2023-12-03 17:38:12 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-09-29 16:56:14 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
2025-08-28 16:09:16 -07:00
|
|
|
github.com/mgechev/revive v1.12.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
github.com/moricho/tparallel v0.3.2 // indirect
|
2025-03-26 10:46:44 -07:00
|
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
2024-09-09 11:08:14 -04:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/nakabonne/nestif v0.3.1 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/nishanths/exhaustive v0.12.0 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/nishanths/predeclared v0.2.2 // indirect
|
2025-10-09 09:40:59 +02:00
|
|
|
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
|
2025-04-08 09:37:03 +02:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
2025-09-05 15:41:50 -07:00
|
|
|
github.com/pjbgf/sha1cd v0.5.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-04-03 10:33:56 +01:00
|
|
|
github.com/polyfloyd/go-errorlint v1.8.0 // indirect
|
2025-09-05 16:01:04 -07:00
|
|
|
github.com/prometheus/client_golang v1.23.2 // indirect
|
2025-04-11 09:47:56 +02:00
|
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
2025-10-28 21:56:18 +01:00
|
|
|
github.com/prometheus/common v0.67.2 // indirect
|
2025-10-30 16:37:30 +01:00
|
|
|
github.com/prometheus/procfs v0.19.2 // indirect
|
2025-09-25 16:42:53 +02:00
|
|
|
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
|
2025-09-25 16:52:51 +02:00
|
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
github.com/quasilyte/gogrep v0.5.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
|
2025-01-06 09:49:46 +01:00
|
|
|
github.com/raeperd/recvcheck v0.2.0 // indirect
|
2024-04-04 23:19:55 +02:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2025-02-27 17:30:03 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
2025-03-05 09:27:06 +01:00
|
|
|
github.com/ryancurrah/gomodguard v1.4.1 // indirect
|
2023-10-22 16:51:26 +02:00
|
|
|
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
|
2025-09-20 13:19:28 +02:00
|
|
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
2024-12-18 09:42:38 +01:00
|
|
|
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
2025-05-23 09:01:12 -07:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
|
2025-05-24 07:44:35 -07:00
|
|
|
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
|
2025-10-30 08:58:01 -07:00
|
|
|
github.com/securego/gosec/v2 v2.22.10 // indirect
|
2025-06-05 18:45:20 +02:00
|
|
|
github.com/sergi/go-diff v1.4.0 // indirect
|
2023-06-20 02:38:28 -07:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2023-06-04 07:54:38 -07:00
|
|
|
github.com/sivchari/containedctx v1.0.3 // indirect
|
2025-10-08 00:27:41 +02:00
|
|
|
github.com/skeema/knownhosts v1.3.2 // indirect
|
2025-07-28 10:21:38 +02:00
|
|
|
github.com/sonatard/noctx v0.4.0 // indirect
|
2023-02-08 14:48:13 -08:00
|
|
|
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
2025-09-08 13:49:04 -07:00
|
|
|
github.com/spf13/afero v1.15.0 // indirect
|
2025-09-09 09:37:14 +02:00
|
|
|
github.com/spf13/cast v1.10.0 // indirect
|
2025-09-01 20:19:00 +02:00
|
|
|
github.com/spf13/cobra v1.10.1 // indirect
|
2025-09-02 15:34:23 -07:00
|
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
2025-09-09 09:37:14 +02:00
|
|
|
github.com/spf13/viper v1.21.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
|
2025-10-29 17:14:55 +01:00
|
|
|
github.com/stbenjam/no-sprintf-host-port v0.3.1 // indirect
|
2025-10-07 07:29:57 -07:00
|
|
|
github.com/stretchr/objx v0.5.3 // indirect
|
2025-08-27 20:20:20 +02:00
|
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2025-09-20 12:58:04 -07:00
|
|
|
github.com/tetafro/godot v1.5.4 // indirect
|
2024-12-22 07:12:47 -08:00
|
|
|
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
|
2025-04-11 09:18:03 +02:00
|
|
|
github.com/timonwong/loggercheck v0.11.0 // indirect
|
2025-03-26 13:03:49 +01:00
|
|
|
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
|
2025-01-06 09:49:46 +01:00
|
|
|
github.com/ultraware/funlen v0.2.0 // indirect
|
|
|
|
|
github.com/ultraware/whitespace v0.2.0 // indirect
|
2024-12-18 15:52:41 +01:00
|
|
|
github.com/uudashr/gocognit v1.2.0 // indirect
|
2025-06-30 13:45:14 -07:00
|
|
|
github.com/uudashr/iface v1.4.1 // indirect
|
2023-01-06 14:30:32 -08:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2025-03-17 15:30:55 +01:00
|
|
|
github.com/xen0n/gosmopolitan v1.3.0 // indirect
|
2025-03-26 10:46:44 -07:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/yagipy/maintidx v1.0.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/yeya24/promlinter v0.3.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/ykadowak/zerologlint v0.1.5 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
gitlab.com/bosi/decorder v0.4.2 // indirect
|
2025-08-12 10:20:19 +02:00
|
|
|
go-simpler.org/musttag v0.14.0 // indirect
|
2025-07-13 07:30:27 -07:00
|
|
|
go-simpler.org/sloglint v0.11.1 // indirect
|
2025-10-30 08:58:01 -07:00
|
|
|
go.augendre.info/arangolint v0.3.1 // indirect
|
2025-09-27 08:19:44 -07:00
|
|
|
go.augendre.info/fatcontext v0.9.0 // indirect
|
2025-10-31 15:13:27 -07:00
|
|
|
go.opentelemetry.io/build-tools v0.29.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
2023-04-16 07:35:37 -07:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
go.uber.org/zap v1.27.0 // indirect
|
2025-09-11 09:31:50 +02:00
|
|
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
2025-09-09 09:37:14 +02:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2025-10-08 14:24:03 -07:00
|
|
|
golang.org/x/crypto v0.43.0 // indirect
|
2025-10-23 15:28:40 -07:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
|
2025-10-08 14:24:03 -07:00
|
|
|
golang.org/x/mod v0.29.0 // indirect
|
2025-10-20 09:09:34 -07:00
|
|
|
golang.org/x/net v0.46.0 // indirect
|
2025-09-07 07:53:31 -07:00
|
|
|
golang.org/x/sync v0.17.0 // indirect
|
2025-10-08 07:55:16 -07:00
|
|
|
golang.org/x/sys v0.37.0 // indirect
|
2025-11-04 17:04:20 +01:00
|
|
|
golang.org/x/telemetry v0.0.0-20251104151223-ab4e49a9e6f4 // indirect
|
2025-10-08 14:24:03 -07:00
|
|
|
golang.org/x/text v0.30.0 // indirect
|
2025-10-02 16:30:04 +02:00
|
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2022-07-08 14:23:16 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-03-06 08:57:39 +01:00
|
|
|
honnef.co/go/tools v0.6.1 // indirect
|
2025-10-22 07:08:47 +02:00
|
|
|
mvdan.cc/gofumpt v0.9.2 // indirect
|
2025-10-27 20:24:48 +01:00
|
|
|
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
)
|