Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/go-delve/delve to v1.24.0 (#6384)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-delve/delve](https://redirect.github.com/go-delve/delve) | `v1.23.1` -> `v1.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-delve%2fdelve/v1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-delve%2fdelve/v1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-delve%2fdelve/v1.23.1/v1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-delve%2fdelve/v1.23.1/v1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-delve/delve (github.com/go-delve/delve)</summary> ### [`v1.24.0`](https://redirect.github.com/go-delve/delve/releases/tag/v1.24.0) [Compare Source](https://redirect.github.com/go-delve/delve/compare/v1.23.1...v1.24.0) Curated CHANGELOG: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1240-2024-12-18 #### What's Changed - proc: step into coroutine by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3791](https://redirect.github.com/go-delve/delve/pull/3791) - Documentation: Add dape to list of plugins by [@​jgarte](https://redirect.github.com/jgarte) in [https://github.com/go-delve/delve/pull/3817](https://redirect.github.com/go-delve/delve/pull/3817) - cmds/commands: Update 'client-addr' to support Unix domain sockets by [@​n1lesh](https://redirect.github.com/n1lesh) in [https://github.com/go-delve/delve/pull/3819](https://redirect.github.com/go-delve/delve/pull/3819) - pkg/proc: simplify tests by using errors.As by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3818](https://redirect.github.com/go-delve/delve/pull/3818) - \*: replace uses of uniq with slices.Compact by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3821](https://redirect.github.com/go-delve/delve/pull/3821) - tests: disable TestGeneratedDoc on 1.24 (tip) by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3820](https://redirect.github.com/go-delve/delve/pull/3820) - terminal,service: add raw examinemem dump by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3721](https://redirect.github.com/go-delve/delve/pull/3721) - proc: adds pointer pinning to call injection by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3787](https://redirect.github.com/go-delve/delve/pull/3787) - update golang.org/x/arch to v0.11.0 by [@​yelvens](https://redirect.github.com/yelvens) in [https://github.com/go-delve/delve/pull/3826](https://redirect.github.com/go-delve/delve/pull/3826) - delve: add linux-riscv64 support by [@​lrzlin](https://redirect.github.com/lrzlin) in [https://github.com/go-delve/delve/pull/3785](https://redirect.github.com/go-delve/delve/pull/3785) - \*: mark riscv64 port as experimental by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3835](https://redirect.github.com/go-delve/delve/pull/3835) - pkg/proc/core: Clean up some repetitive code by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3834](https://redirect.github.com/go-delve/delve/pull/3834) - goversion: parse version for development builds by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3837](https://redirect.github.com/go-delve/delve/pull/3837) - Documentation: fix autogenerated markdown documentation by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3836](https://redirect.github.com/go-delve/delve/pull/3836) - proc: use CPUID to determine ZMM_Hi256 region offset by [@​jiegec](https://redirect.github.com/jiegec) in [https://github.com/go-delve/delve/pull/3831](https://redirect.github.com/go-delve/delve/pull/3831) - \_scripts: update staticcheck version by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3839](https://redirect.github.com/go-delve/delve/pull/3839) - TeamCity: move riscv64 backend testing to tip by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3842](https://redirect.github.com/go-delve/delve/pull/3842) - all: import go telemetry and enable crash reporting by [@​hyangah](https://redirect.github.com/hyangah) in [https://github.com/go-delve/delve/pull/3841](https://redirect.github.com/go-delve/delve/pull/3841) - service/rpc2: correct ExamineMemory length error message by [@​prattmic](https://redirect.github.com/prattmic) in [https://github.com/go-delve/delve/pull/3846](https://redirect.github.com/go-delve/delve/pull/3846) - service,terminal,cmd/dlv: automatically guessing substitute-path config by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3781](https://redirect.github.com/go-delve/delve/pull/3781) - proc: fix rangeFuncStackTrace with inlined functions by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3849](https://redirect.github.com/go-delve/delve/pull/3849) - proc: run gofmt by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3851](https://redirect.github.com/go-delve/delve/pull/3851) - proc: fix typos in errors, tests, and comments by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3852](https://redirect.github.com/go-delve/delve/pull/3852) - Documentation: using `go install` is preferable by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3853](https://redirect.github.com/go-delve/delve/pull/3853) - proc: do not ignore error return of funcCallEvalFuncExpr by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3850](https://redirect.github.com/go-delve/delve/pull/3850) - tests: calling os.Exit in TestMain is not required by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3856](https://redirect.github.com/go-delve/delve/pull/3856) - all: remove redundant err declarations by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3855](https://redirect.github.com/go-delve/delve/pull/3855) - go.mod: sync golang.org/x/telemetry@[`58a1122`](https://redirect.github.com/go-delve/delve/commit/58a1122356f5) by [@​hyangah](https://redirect.github.com/hyangah) in [https://github.com/go-delve/delve/pull/3857](https://redirect.github.com/go-delve/delve/pull/3857) - pkg/proc/native,pkg/proc/amd64util: xsave decoding cleanup by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3840](https://redirect.github.com/go-delve/delve/pull/3840) - proc/core/minidump: remove newlines from minidump logs by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3869](https://redirect.github.com/go-delve/delve/pull/3869) - proc: fix issue on Windows when launching process while detached by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3867](https://redirect.github.com/go-delve/delve/pull/3867) - feat: print a message when the debugee process exits by [@​jakejx](https://redirect.github.com/jakejx) in [https://github.com/go-delve/delve/pull/3870](https://redirect.github.com/go-delve/delve/pull/3870) - proc: allow accessing captured variable as if they were struct fields by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3866](https://redirect.github.com/go-delve/delve/pull/3866) - pkg/proc,service/debugger: do not disable unsatisfiable breakpoints by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3868](https://redirect.github.com/go-delve/delve/pull/3868) - terminal/starbind: allow modification of structs returned by API by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3872](https://redirect.github.com/go-delve/delve/pull/3872) - pkg/proc: support swiss table map implementation by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3838](https://redirect.github.com/go-delve/delve/pull/3838) - tests: removing of dlvbin is not needed by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-delve/delve/pull/3875](https://redirect.github.com/go-delve/delve/pull/3875) - service/rpc1: delete APIv1 by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3881](https://redirect.github.com/go-delve/delve/pull/3881) - proc: fix loading goroutine labels on Go 1.24 by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3879](https://redirect.github.com/go-delve/delve/pull/3879) - goversion,proc_test: add go1.24 compatiblity, disable broken test by [@​aarzilli](https://redirect.github.com/aarzilli) in [https://github.com/go-delve/delve/pull/3882](https://redirect.github.com/go-delve/delve/pull/3882) - \*: v1.24.0 by [@​derekparker](https://redirect.github.com/derekparker) in [https://github.com/go-delve/delve/pull/3883](https://redirect.github.com/go-delve/delve/pull/3883) #### New Contributors - [@​jgarte](https://redirect.github.com/jgarte) made their first contribution in [https://github.com/go-delve/delve/pull/3817](https://redirect.github.com/go-delve/delve/pull/3817) - [@​n1lesh](https://redirect.github.com/n1lesh) made their first contribution in [https://github.com/go-delve/delve/pull/3819](https://redirect.github.com/go-delve/delve/pull/3819) - [@​yelvens](https://redirect.github.com/yelvens) made their first contribution in [https://github.com/go-delve/delve/pull/3826](https://redirect.github.com/go-delve/delve/pull/3826) - [@​lrzlin](https://redirect.github.com/lrzlin) made their first contribution in [https://github.com/go-delve/delve/pull/3785](https://redirect.github.com/go-delve/delve/pull/3785) - [@​jiegec](https://redirect.github.com/jiegec) made their first contribution in [https://github.com/go-delve/delve/pull/3831](https://redirect.github.com/go-delve/delve/pull/3831) - [@​jakejx](https://redirect.github.com/jakejx) made their first contribution in [https://github.com/go-delve/delve/pull/3870](https://redirect.github.com/go-delve/delve/pull/3870) **Full Changelog**: go-delve/delve@v1.23.1...v1.24.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 becomes conflicted, 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/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: Mend Renovate <[email protected]>
- Loading branch information