From 7bf709b04e8132090711a6b36fc8870584a9e30c Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 30 Sep 2024 19:31:15 -0700 Subject: [PATCH] fix(deps): update module github.com/go-delve/delve to v1.23.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ##### [`vv1.23.1](https://github.com/go-delve/delve/releases/tag/v1.23.1) #### What's Changed - proc: move stepping test to their own file by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3784 - proc: fix step stuttering when entering range-over-func bodies by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3788 - proc: fix TestRangeOverFuncNext on linux/386 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3795 - eval: Allow reslicing a slice up to its cap, rather than its length by [@Jille](https://github.com/Jille) in https://github.com/go-delve/delve/pull/3796 - chore: fix function name by [@linchizhen](https://github.com/linchizhen) in https://github.com/go-delve/delve/pull/3803 - terminal/starbind: fix starlark conversion of named consts by [@arvidfm](https://github.com/arvidfm) in https://github.com/go-delve/delve/pull/3802 - proc: workaround for macOS section name truncation by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3799 - service/dap: make handlesMap generic by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3798 - service/dap: fix test failure with 1.24 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3805 - proc: fix result type of division of untyped constants by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3794 - proc: improve Rosetta check by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3810 - proc: for optimized functions allow .closureptr to not exist by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3808 - proc: cache module data by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3800 - \*: release version 1.23.1 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3816 #### New Contributors - [@Jille](https://github.com/Jille) made their first contribution in https://github.com/go-delve/delve/pull/3796 - [@linchizhen](https://github.com/linchizhen) made their first contribution in https://github.com/go-delve/delve/pull/3803 - [@arvidfm](https://github.com/arvidfm) made their first contribution in https://github.com/go-delve/delve/pull/3802 **Curated Changelog**: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1231-2024-09-23 ##### [`vv1.23.0](https://github.com/go-delve/delve/releases/tag/v1.23.0) #### What's Changed - dwarfbuilder: fix makeAbbrevTable by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3665 - \*: misc fixes for go1.23 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3663 - elfwriter: add WriteSectionHeaders by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3666 - Upgrade github.com/google/go-dap to v0.12.0 by [@suzmue](https://github.com/suzmue) in https://github.com/go-delve/delve/pull/3673 - pkg/terminal,pkg/proc: Implement next-instruction by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3671 - pkg/terminal: print breakpoint number on stop by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3675 - proc/evalop: remove no longer needed Go 1.17 files by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3676 - Cirrus-CI: update to FreeBSD 13.3 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3679 - dwarf/loclist: remove impossible condition by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3677 - proc: catch panics when reading debug info for stripped executables by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3678 - proc,go.mod: update x/sys remove KeepAlive calls by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3680 - pkg/proc: defend better against missing DWARF by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3695 - proc: support reading captured variables of closures by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3682 - pkg/terminal: allow postfix if for breakpoint conds by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3693 - proc: change 'step' command so that it steps through go statements by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3686 - cmd/dlv: add shell (non-)completions to flags taking args by [@scop](https://github.com/scop) in https://github.com/go-delve/delve/pull/3696 - cmd/dlv: fix panic on connect fail by [@scop](https://github.com/scop) in https://github.com/go-delve/delve/pull/3698 - tests: fix tests on Go 1.23 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3697 - pkg/terminal: clear erroneous name setting on postfix if by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3702 - pkg/terminal: remove duplicated word by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3707 - cmd/dlv: improve positional argument completion by [@scop](https://github.com/scop) in https://github.com/go-delve/delve/pull/3699 - proc: generalize escapeCheck and allocString by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3687 - rr: fix gdb parsing by [@howardjohn](https://github.com/howardjohn) in https://github.com/go-delve/delve/pull/3705 - Add function name even in return trace by [@archanaravindar](https://github.com/archanaravindar) in https://github.com/go-delve/delve/pull/3712 - pkg/proc: fix watchpoints on macos by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3703 - \_scripts: upgrade to python3 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3716 - pkg/proc/gdbserial: optimize gdbwire backend by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3715 - gdbserial: update path of lldb protocol extension documentation by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3727 - gdbserial: fixes for rr 5.7.0 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3718 - pkg/terminal: remove deprecated starlark global options by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3722 - \*: remove redundant lines at the start/end of block by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3730 - Update actions/checkout to v4 by [@abbasudo](https://github.com/abbasudo) in https://github.com/go-delve/delve/pull/3731 - proc/gdbserial: add environment variables to configure rr invocation by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3726 - proc: initial stepping with range-over-func support by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3736 - cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client by [@fatanugraha](https://github.com/fatanugraha) in https://github.com/go-delve/delve/pull/3632 - Support to add a new suboption --follow-calls to trace subcommand by [@archanaravindar](https://github.com/archanaravindar) in https://github.com/go-delve/delve/pull/3594 - proc: fix bug with stack watchpoints going out of scope by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3742 - proc: fix TestRangeOverFuncNext by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3740 - proc: refactor identifier evaluation for range-over-func support by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3738 - service: print better message for unattended stops by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3747 - pkg/astutil,pkg/elfwriter: fix package doc by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3753 - \*: replace fmt.Errorf with errors.New by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3752 - proc: initial support for expressions with range-over-func by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3750 - pkg/terminal: do not use deprecated strings.Title by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3756 - all: fix typos in CHANGELOG, comments and package name by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3757 - refactor: move loadModuleData from runtimeTypeToDIE and expose the apis by [@jayantxie](https://github.com/jayantxie) in https://github.com/go-delve/delve/pull/3741 - pkg/proc,service/debugger: fix debuginfod-find source by [@derekparker](https://github.com/derekparker) in https://github.com/go-delve/delve/pull/3762 - fix: mem cache out of range panic caused by overflow by [@jayantxie](https://github.com/jayantxie) in https://github.com/go-delve/delve/pull/3761 - proc: support stepping through range-over-func statements with inlining by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3755 - service/debugger: evaluate breakpoint vars on g-less threads by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3759 - fix: LoadAbstractOriginAndSpecification infinite loop caused by abstr… by [@zdyj3170101136](https://github.com/zdyj3170101136) in https://github.com/go-delve/delve/pull/3767 - \*: remove redundant lines at the start/end of block by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3773 - pkg/proc: fix 404 links and change to https by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3775 - go.mod: update gopkg.in/yaml to v3 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3776 - pkg/terminal: add missing file.Close() call by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3770 - pkg: refactor to .WriteString() instead of .Write(\[]byte()) by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3769 - pkg/dwarf/line: use t.Logf instead of fmt.Printf in tests by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3772 - proc: use .closureptr for stepping through range-over-func statements by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3763 - service/rpc1: add Go Reference doc by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3779 - \*: replace old golang.org links with new go.dev by [@alexandear](https://github.com/alexandear) in https://github.com/go-delve/delve/pull/3774 - proc: fix bug with range-over-func stepping by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3778 - goversion: add 1.23 to supported versions, update test matrix by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3780 - teamcity: fix typo in configuration by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3783 - \*: release version 1.23.0 by [@aarzilli](https://github.com/aarzilli) in https://github.com/go-delve/delve/pull/3782 #### New Contributors - [@scop](https://github.com/scop) made their first contribution in https://github.com/go-delve/delve/pull/3696 - [@howardjohn](https://github.com/howardjohn) made their first contribution in https://github.com/go-delve/delve/pull/3705 - [@abbasudo](https://github.com/abbasudo) made their first contribution in https://github.com/go-delve/delve/pull/3731 - [@fatanugraha](https://github.com/fatanugraha) made their first contribution in https://github.com/go-delve/delve/pull/3632 - [@jayantxie](https://github.com/jayantxie) made their first contribution in https://github.com/go-delve/delve/pull/3741 - [@zdyj3170101136](https://github.com/zdyj3170101136) made their first contribution in https://github.com/go-delve/delve/pull/3767 **Full Changelog**: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1230-2024-07-16 --- go.mod | 5 ++--- go.sum | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 40434ec24d0..0a9d9ed766a 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/bazelbuild/bazel-gazelle v0.39.0 github.com/bazelbuild/bazel-watcher v0.25.3 github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91 - github.com/go-delve/delve v1.22.1 + github.com/go-delve/delve v1.23.1 github.com/golang/protobuf v1.5.4 github.com/itchyny/gojq v0.12.16 github.com/sergi/go-diff v1.3.1 @@ -38,7 +38,7 @@ require ( github.com/fsnotify/fsevents v0.1.1 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62 // indirect - github.com/google/go-dap v0.11.0 // indirect + github.com/google/go-dap v0.12.0 // indirect github.com/gorilla/websocket v1.5.0 // indirect github.com/hashicorp/golang-lru v1.0.2 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect @@ -63,6 +63,5 @@ require ( golang.org/x/sys v0.25.0 // indirect golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect google.golang.org/protobuf v1.33.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 46bc9c9d8f5..2418fbd7f3c 100644 --- a/go.sum +++ b/go.sum @@ -42,6 +42,7 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/go-delve/delve v1.22.1 h1:LQSF2sv+lP3mmOzMkadl5HGQGgSS2bFg2tbyALqHu8Y= github.com/go-delve/delve v1.22.1/go.mod h1:TfOb+G5H6YYKheZYAmA59ojoHbOimGfs5trbghHdLbM= +github.com/go-delve/delve v1.23.1/go.mod h1:S3SLuEE2mn7wipKilTvk1p9HdTMnXXElcEpiZ+VcuqU= 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/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= @@ -67,6 +68,7 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-dap v0.11.0 h1:SpAZJL41rOOvd85PuLCCLE1dteTQOyKNnn0H3DBHywo= github.com/google/go-dap v0.11.0/go.mod h1:HAeyoSd2WIfTfg+0GRXcFrb+RnojAtGNh+k+XTIxJDE= +github.com/google/go-dap v0.12.0/go.mod h1:tNjCASCm5cqePi/RVXXWEVqtnNLV1KTWtYOqu6rZNzc= github.com/gopherjs/gopherjs v1.17.2 h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25dO0g= github.com/gopherjs/gopherjs v1.17.2/go.mod h1:pRRIvn/QzFLrKfvEz3qUuEhtE/zLCWfreZ6J5gM2i+k= github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=