summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorraven <citrons@mondecitronne.com>2026-02-20 13:42:12 -0600
committerraven <citrons@mondecitronne.com>2026-02-20 13:46:59 -0600
commit5b6196ebe67cf954bae8212c1a33b869da723e11 (patch)
treedce33c06621847c3862e64bda914b1e8a450317d /go.mod
parent05c068749740f9430d1fda7698c433697eef1652 (diff)
support builtin terminfo
copy termfo into the repository and modify it to embed an xterm terminfo to as a fallback
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1e14179..fa9d9a2 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,6 @@ require (
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.43.0
golang.org/x/term v0.36.0
- zgo.at/termfo v0.0.0-20240522162355-df5e07d67a5a
)
require golang.org/x/sys v0.37.0 // indirect