jesseduffield.lazygit/vendor/github.com
Stefan Haller 14d717d77f Bump tcell to an unreleased snapshot to fix a shutdown race
tcell's filterEvents goroutine sends events into eventQ with a plain
blocking send, while Fini (via finish/finalize) closes eventQ after
closing the quit channel. The goroutine can have already committed to
the ev = <-inQ select arm when quit is closed, so its send into eventQ
races with the close; the race detector flags this (send and close on
the same channel are unsynchronized), and if the close wins, the send
panics with "send on closed channel".

This was caught by the integration tests under the race detector,
where every test drives a real tScreen over a MockTerm and tears it
down via Fini, but it equally affects real-terminal shutdown.

Upstream fixed it in 243630d2 ("Fix screen Init/Fini races") by
tracking the filter goroutine in a WaitGroup that finalize waits for
before closing eventQ, and guarding the send with a select on quit.
That commit is not in a tagged release yet (latest is v3.4.0), so pin
the pseudo-version; the delta over v3.4.0 is just this fix, a Windows
key-release fix, a cell-rendering perf tweak, and dependency bumps.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 08:41:25 +02:00
..
adrg/xdg Bump github.com/adrg/xdg from 0.4.0 to 0.5.3 2026-04-01 08:19:10 +00:00
atotto/clipboard
aybabtme/humanlog
bahlo/generic-list-go
buger/jsonparser
cli Add cli/go-gh/v2 and cli/safeexec vendor dependencies 2026-04-01 09:13:55 +02:00
clipperhouse Bump tcell dependency to v3 2026-04-30 22:14:26 +02:00
cloudfoundry/jibber_jabber
creack/pty Bump github.com/creack/pty from 1.1.11 to 1.1.24 2026-03-31 11:43:06 +00:00
davecgh/go-spew
fatih/color
gdamore Bump tcell to an unreleased snapshot to fix a shutdown race 2026-07-17 08:41:25 +02:00
go-errors/errors
go-logfmt/logfmt
google/go-cmp go get -tool mvdan.cc/gofumpt@v0.9.2 2026-07-02 10:41:23 +02:00
gookit/color Bump github.com/gookit/color from 1.6.0 to 1.6.1 2026-05-26 07:39:34 +00:00
integrii/flaggy Bump github.com/integrii/flaggy from 1.4.0 to 1.8.0 2026-04-01 09:17:06 +00:00
jesseduffield Copy gocui files into lazygit repo under pkg/gocui 2026-04-30 14:29:08 +02:00
kardianos/osext
karimkhaleel/jsonschema
kr/logfmt
kyokomi/emoji/v2 Bump github.com/kyokomi/emoji/v2 from 2.2.8 to 2.2.13 2026-04-26 17:28:00 +00:00
lucasb-eyer/go-colorful
mailru/easyjson
mattn Add cli/go-gh/v2 and cli/safeexec vendor dependencies 2026-04-01 09:13:55 +02:00
mgutz/str
mitchellh/go-ps
petermattis/goid
pmezard/go-difflib
rivo/uniseg
sahilm/fuzzy Bump github.com/sahilm/fuzzy from 0.1.2 to 0.1.3 2026-07-02 05:08:14 +00:00
samber/lo Bump samber.lo to latest version 2026-04-26 19:21:22 +02:00
sanity-io/litter Bump github.com/sanity-io/litter from 1.5.2 to 1.5.8 2026-03-31 11:52:04 +00:00
sasha-s/go-deadlock Bump github.com/sasha-s/go-deadlock from 0.3.6 to 0.3.9 2026-04-01 09:24:57 +00:00
sirupsen/logrus Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 2026-04-26 17:37:25 +00:00
spf13/afero
spkg/bom Bump github.com/spkg/bom from 0.0.0-20160624110644-59b7046e48ad to 1.0.1 2026-04-01 08:59:55 +00:00
stefanhaller/git-todo-parser
stretchr/testify Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 2026-03-31 11:48:11 +00:00
wk8/go-ordered-map/v2
xo/terminfo Add cli/go-gh/v2 and cli/safeexec vendor dependencies 2026-04-01 09:13:55 +02:00