feat: sequence support BatchMsg

This commit is contained in:
Christoffer Åström
2023-02-06 20:44:53 +01:00
committed by Christian Rocha
parent a3dc561104
commit e95e1a0db5
7 changed files with 59 additions and 5 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/muesli/cancelreader v0.2.2
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.13.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/text v0.3.7 // indirect
)