You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
fix(deps): update build-tools to v0.29.0 (#7561)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/build-tools/crosslink](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools) | `v0.28.1` -> `v0.29.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/build-tools/gotmpl](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools) | `v0.28.1` -> `v0.29.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [go.opentelemetry.io/build-tools/multimod](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools) | `v0.28.1` -> `v0.29.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>open-telemetry/opentelemetry-go-build-tools (go.opentelemetry.io/build-tools/crosslink)</summary> ### [`v0.29.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0290) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.28.1...v0.29.0) ##### 💡 Enhancements 💡 - `checkapi`: Validate the functions exported by a component ([#​1358](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1358)) Set explicitly what functions a component can export. Set name to "\*" to allow any function to be exported under a class of component. Set name to "" or missing to not allow any functions to be exported under a class of component. - `issuegenerator`: Add PR number to issue comments ([#​1180](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1180)) ##### 🧰 Bug fixes 🧰 - `checkapi`: Do not report errors about a missing factory function if the component is not expected to have a factory function ([#​1283](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1283)) - `checkapi`: Fix collision of struct names inside a module ([#​1357](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1357)) - `checkapi`: do not read the API of go modules that are not associated with a metadata.yaml file. ([#​1356](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1356)) - `checkapi`: do not try to read the API of a nested module folder ([#​1355](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1355)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -9,9 +9,9 @@ require (
|
||||
github.com/golangci/golangci-lint/v2 v2.6.0
|
||||
github.com/jcchavezs/porto v0.7.0
|
||||
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
|
||||
go.opentelemetry.io/build-tools/crosslink v0.28.1
|
||||
go.opentelemetry.io/build-tools/gotmpl v0.28.1
|
||||
go.opentelemetry.io/build-tools/multimod v0.28.1
|
||||
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
|
||||
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
|
||||
golang.org/x/tools v0.38.0
|
||||
golang.org/x/vuln v1.1.4
|
||||
@@ -223,7 +223,7 @@ require (
|
||||
go-simpler.org/sloglint v0.11.1 // indirect
|
||||
go.augendre.info/arangolint v0.3.1 // indirect
|
||||
go.augendre.info/fatcontext v0.9.0 // indirect
|
||||
go.opentelemetry.io/build-tools v0.28.1 // indirect
|
||||
go.opentelemetry.io/build-tools v0.29.0 // indirect
|
||||
go.uber.org/automaxprocs v1.6.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
go.uber.org/zap v1.27.0 // indirect
|
||||
|
||||
@@ -524,14 +524,14 @@ go.augendre.info/arangolint v0.3.1 h1:n2E6p8f+zfXSFLa2e2WqFPp4bfvcuRdd50y6cT65pS
|
||||
go.augendre.info/arangolint v0.3.1/go.mod h1:6ZKzEzIZuBQwoSvlKT+qpUfIbBfFCE5gbAoTg0/117g=
|
||||
go.augendre.info/fatcontext v0.9.0 h1:Gt5jGD4Zcj8CDMVzjOJITlSb9cEch54hjRRlN3qDojE=
|
||||
go.augendre.info/fatcontext v0.9.0/go.mod h1:L94brOAT1OOUNue6ph/2HnwxoNlds9aXDF2FcUntbNw=
|
||||
go.opentelemetry.io/build-tools v0.28.1 h1:kqUxg8kpeOZ0wHXLmX2WmpqbeIVLkufZLcjTexi8cak=
|
||||
go.opentelemetry.io/build-tools v0.28.1/go.mod h1:3hSt/hRgbNM6phYzQ/CeGsTbfSKBkvXg8WtSZLNkxeQ=
|
||||
go.opentelemetry.io/build-tools/crosslink v0.28.1 h1:9J8UFw8Py610SWLKRHyX1Lqfkman98xCxF8tEp9iKqc=
|
||||
go.opentelemetry.io/build-tools/crosslink v0.28.1/go.mod h1:yi6HtVnoKb4iCzFxqgjv3El/MU9AXbiUljQwxYYcfbU=
|
||||
go.opentelemetry.io/build-tools/gotmpl v0.28.1 h1:cTJ9Vm+BmPqU6oBvL9jk89WLrRfH7+WhivCWdteYsRg=
|
||||
go.opentelemetry.io/build-tools/gotmpl v0.28.1/go.mod h1:iV4476otkcr5PY9udBRtjwkwCYLv8LvCVpBuKsezbAk=
|
||||
go.opentelemetry.io/build-tools/multimod v0.28.1 h1:jIxyXh9lW5hj27THxLfltfjMxCSZZ2upZNiqnysmc/E=
|
||||
go.opentelemetry.io/build-tools/multimod v0.28.1/go.mod h1:y7x03iZGe+A2rcESArINfpacOBLsRy4dwrtnsaLlWDg=
|
||||
go.opentelemetry.io/build-tools v0.29.0 h1:dG1zmHKYTMsP0zGT34+32/U+YR+lcJ8kka7Lc4RAoT4=
|
||||
go.opentelemetry.io/build-tools v0.29.0/go.mod h1:jTzBit47RqVApCwStu9qw2TfGqR2Fhu5jinLHqfhghQ=
|
||||
go.opentelemetry.io/build-tools/crosslink v0.29.0 h1:sz8if4EgUejLvfulrfLF7i2yzSUEyiY4s++aWJGVMZc=
|
||||
go.opentelemetry.io/build-tools/crosslink v0.29.0/go.mod h1:jWE8JLNnuAQhnISpzGsWumC4JREBHOPaxufdSeBbSWs=
|
||||
go.opentelemetry.io/build-tools/gotmpl v0.29.0 h1:arLNuPzmIomzXHg+p1qQGrIZWGzmg0TOZP0gYGPBnQQ=
|
||||
go.opentelemetry.io/build-tools/gotmpl v0.29.0/go.mod h1:iV4476otkcr5PY9udBRtjwkwCYLv8LvCVpBuKsezbAk=
|
||||
go.opentelemetry.io/build-tools/multimod v0.29.0 h1:hVXibTuNuJumtn3cpzqPOX2xmcO+KogKZcB0yygHux0=
|
||||
go.opentelemetry.io/build-tools/multimod v0.29.0/go.mod h1:tx762Z6RQe5Twkd04q1zzpmGQGtSljbKRy/P61EnJpo=
|
||||
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
|
||||
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
|
||||
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
||||
|
||||
Reference in New Issue
Block a user