summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorT <t@tjp.lol>2025-09-04 09:13:34 -0600
committerT <t@tjp.lol>2025-09-04 09:22:49 -0600
commitbce8dbb58165e443902d9dae3909225ef42630c4 (patch)
tree4fc293d46670ab1cb4bb625cc5f0c0859fb3e083 /go.mod
parentd73e6c488608ee8aea9bc8d025cca08f0834bb13 (diff)
wrap form field error messages
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3b14e71..8224bda 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
github.com/charmbracelet/bubbletea v1.3.6
github.com/charmbracelet/lipgloss v1.1.0
github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.3
+ github.com/charmbracelet/x/ansi v0.9.3
github.com/spf13/cobra v1.9.1
modernc.org/sqlite v1.38.2
)
@@ -15,7 +16,6 @@ require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/colorprofile v0.3.1 // indirect
- github.com/charmbracelet/x/ansi v0.9.3 // indirect
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect