From d6677a96860a85f795806997d61b62e16413bfc8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 18 Dec 2024 23:31:10 +0100 Subject: [PATCH] fix(deps): update module github.com/go-delve/delve to v1.24.0 (#6384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
go-delve/delve (github.com/go-delve/delve) ### [`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**: https://github.com/go-delve/delve/compare/v1.23.1...v1.24.0
--- ### 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. --- - [ ] 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). Signed-off-by: Mend Renovate --- docker/debug/go.mod | 8 +++++--- docker/debug/go.sum | 20 ++++++++++++-------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/docker/debug/go.mod b/docker/debug/go.mod index 361459705d6..89fc6996e3f 100644 --- a/docker/debug/go.mod +++ b/docker/debug/go.mod @@ -2,7 +2,7 @@ module debug-delve go 1.23.0 -require github.com/go-delve/delve v1.23.1 +require github.com/go-delve/delve v1.24.0 require ( github.com/cilium/ebpf v0.11.0 // indirect @@ -22,8 +22,10 @@ require ( github.com/spf13/cobra v1.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect go.starlark.net v0.0.0-20231101134539-556fd59b42f6 // indirect - golang.org/x/arch v0.6.0 // indirect + golang.org/x/arch v0.11.0 // indirect golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect - golang.org/x/sys v0.17.0 // indirect + golang.org/x/sync v0.8.0 // indirect + golang.org/x/sys v0.26.0 // indirect + golang.org/x/telemetry v0.0.0-20241106142447-58a1122356f5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/docker/debug/go.sum b/docker/debug/go.sum index 16a1ff2edf3..17a1ea28975 100644 --- a/docker/debug/go.sum +++ b/docker/debug/go.sum @@ -13,8 +13,8 @@ github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d h1:hUWoLdw5kvo2xC github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d/go.mod h1:C7Es+DLenIpPc9J6IYw4jrK0h7S9bKj4DNl8+KxGEXU= github.com/frankban/quicktest v1.14.5 h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA= github.com/frankban/quicktest v1.14.5/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= -github.com/go-delve/delve v1.23.1 h1:MtZ13ppptttkqSuvVnwJ5CPhIAzDiOwRrYuCk3ES7fU= -github.com/go-delve/delve v1.23.1/go.mod h1:S3SLuEE2mn7wipKilTvk1p9HdTMnXXElcEpiZ+VcuqU= +github.com/go-delve/delve v1.24.0 h1:M1auuI7kyfXZm5LMDQEqhqr4koKWOzGKhCgwMxsLQfo= +github.com/go-delve/delve v1.24.0/go.mod h1:yNWXOuo4yslMOOj7O8gIRrf/trDBrFy5ZXwJL4ZzOos= github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62 h1:IGtvsNyIuRjl04XAOFGACozgUD7A82UffYxZt4DWbvA= github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62/go.mod h1:biJCRbqp51wS+I92HMqn5H8/A0PAhxn2vyOT+JqhiGI= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= @@ -57,18 +57,22 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= go.starlark.net v0.0.0-20231101134539-556fd59b42f6 h1:+eC0F/k4aBLC4szgOcjd7bDTEnpxADJyWJE0yowgM3E= go.starlark.net v0.0.0-20231101134539-556fd59b42f6/go.mod h1:LcLNIzVOMp4oV+uusnpk+VU+SzXaJakUuBjoCSWH5dM= -golang.org/x/arch v0.6.0 h1:S0JTfE48HbRj80+4tbvZDYsJ3tGv6BUU3XxyZ7CirAc= -golang.org/x/arch v0.6.0/go.mod h1:FEVrYAQjsQXMVJ1nsMoVVXPZg6p2JE2mx8psSWTDQys= +golang.org/x/arch v0.11.0 h1:KXV8WWKCXm6tRpLirl2szsO5j/oOODwZf4hATmGVNs4= +golang.org/x/arch v0.11.0/go.mod h1:FEVrYAQjsQXMVJ1nsMoVVXPZg6p2JE2mx8psSWTDQys= golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 h1:Jvc7gsqn21cJHCmAWx0LiimpP18LZmUxkT5Mp7EZ1mI= golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= -golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0= -golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0= +golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= +golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y= -golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= +golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/telemetry v0.0.0-20241106142447-58a1122356f5 h1:TCDqnvbBsFapViksHcHySl/sW4+rTGNIAoJJesHRuMM= +golang.org/x/telemetry v0.0.0-20241106142447-58a1122356f5/go.mod h1:8nZWdGp9pq73ZI//QJyckMQab3yq7hoWi7SI0UIusVI= golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc= golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg= google.golang.org/protobuf v1.25.0 h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c=