summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2023-07-16 08:50:50 -0500
committertheimpostor <sahirhoda@gmail.com>2023-07-16 08:50:50 -0500
commitb0079afd80bd4f0106327c0b360f14d4ba169201 (patch)
tree0bda473b78f093ff6395ca666d2c2c9ea631fbef /go.mod
parentf8bcf79e7420c1896a7809afa42949e982590ea5 (diff)
Fix paste for terminals ending with ESC-backslash instead of BEL, and add debug logging
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 3e15e7b..340b5d1 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
+ golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)