diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-25 08:24:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-25 08:24:28 +0200 |
| commit | 615f305f308c849c1a7b6cadb93e5e520455e422 (patch) | |
| tree | 43fa082c8f7433f2ea3f1987e29a62226776459b /go.mod | |
| parent | 78e9de77d8c443fe8dbe560b5ccb168a6142eb55 (diff) | |
Add TUI StreamEvent constructor and tests
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ require ( github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect github.com/muesli/cancelreader v0.2.2 // indirect github.com/muesli/termenv v0.16.0 // indirect + github.com/pelletier/go-toml/v2 v2.2.4 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect golang.org/x/sys v0.38.0 // indirect |
