Skip to content

Commit

Permalink
fix(deps): update module github.com/go-delve/delve to v1.23.1 (#6011)
Browse files Browse the repository at this point in the history
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.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-delve%2fdelve/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-delve%2fdelve/v1.23.1?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.0/v1.23.1?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.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>go-delve/delve (github.com/go-delve/delve)</summary>

###
[`v1.23.1`](https://redirect.github.com/go-delve/delve/releases/tag/v1.23.1)

[Compare
Source](https://redirect.github.com/go-delve/delve/compare/v1.23.0...v1.23.1)

#### What's Changed

- proc: move stepping test to their own file by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3784](https://redirect.github.com/go-delve/delve/pull/3784)
- proc: fix step stuttering when entering range-over-func bodies by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3788](https://redirect.github.com/go-delve/delve/pull/3788)
- proc: fix TestRangeOverFuncNext on linux/386 by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3795](https://redirect.github.com/go-delve/delve/pull/3795)
- eval: Allow reslicing a slice up to its cap, rather than its length by
[@&#8203;Jille](https://redirect.github.com/Jille) in
[https://github.com/go-delve/delve/pull/3796](https://redirect.github.com/go-delve/delve/pull/3796)
- chore: fix function name by
[@&#8203;linchizhen](https://redirect.github.com/linchizhen) in
[https://github.com/go-delve/delve/pull/3803](https://redirect.github.com/go-delve/delve/pull/3803)
- terminal/starbind: fix starlark conversion of named consts by
[@&#8203;arvidfm](https://redirect.github.com/arvidfm) in
[https://github.com/go-delve/delve/pull/3802](https://redirect.github.com/go-delve/delve/pull/3802)
- proc: workaround for macOS section name truncation by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3799](https://redirect.github.com/go-delve/delve/pull/3799)
- service/dap: make handlesMap generic by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3798](https://redirect.github.com/go-delve/delve/pull/3798)
- service/dap: fix test failure with 1.24 by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3805](https://redirect.github.com/go-delve/delve/pull/3805)
- proc: fix result type of division of untyped constants by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3794](https://redirect.github.com/go-delve/delve/pull/3794)
- proc: improve Rosetta check by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3810](https://redirect.github.com/go-delve/delve/pull/3810)
- proc: for optimized functions allow .closureptr to not exist by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3808](https://redirect.github.com/go-delve/delve/pull/3808)
- proc: cache module data by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3800](https://redirect.github.com/go-delve/delve/pull/3800)
- \*: release version 1.23.1 by
[@&#8203;aarzilli](https://redirect.github.com/aarzilli) in
[https://github.com/go-delve/delve/pull/3816](https://redirect.github.com/go-delve/delve/pull/3816)

#### New Contributors

- [@&#8203;Jille](https://redirect.github.com/Jille) made their first
contribution in
[https://github.com/go-delve/delve/pull/3796](https://redirect.github.com/go-delve/delve/pull/3796)
- [@&#8203;linchizhen](https://redirect.github.com/linchizhen) made
their first contribution in
[https://github.com/go-delve/delve/pull/3803](https://redirect.github.com/go-delve/delve/pull/3803)
- [@&#8203;arvidfm](https://redirect.github.com/arvidfm) made their
first contribution in
[https://github.com/go-delve/delve/pull/3802](https://redirect.github.com/go-delve/delve/pull/3802)

**Curated Changelog**:
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1231-2024-09-23

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->

Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot authored Sep 23, 2024
1 parent c655e56 commit 5061ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/debug/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module debug-delve

go 1.23.0

require github.com/go-delve/delve v1.23.0
require github.com/go-delve/delve v1.23.1

require (
github.com/cilium/ebpf v0.11.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions docker/debug/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 h1:jYgZISZ14KAO3ys8kD07kjrowrygE9F9SIwnpz9xXys=
github.com/go-delve/delve v1.23.0/go.mod h1:S3SLuEE2mn7wipKilTvk1p9HdTMnXXElcEpiZ+VcuqU=
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/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=
Expand Down

0 comments on commit 5061ce3

Please sign in to comment.