summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-25 08:24:28 +0200
committerPaul Buetow <paul@buetow.org>2026-02-25 08:24:28 +0200
commit615f305f308c849c1a7b6cadb93e5e520455e422 (patch)
tree43fa082c8f7433f2ea3f1987e29a62226776459b /go.mod
parent78e9de77d8c443fe8dbe560b5ccb168a6142eb55 (diff)
Add TUI StreamEvent constructor and tests
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9cd5527..77333e6 100644
--- a/go.mod
+++ b/go.mod
@@ -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