aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-06-26 00:54:29 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-06-26 01:01:43 -0400
commit0232433a2ddd64c270a4d049f5ae9895245ee058 (patch)
treeff2c813f166bc4ea69e556f8e6895d6a6bf7226d /go.mod
parent173788333e6b14a1b2bdbb127874988bb62bce8d (diff)
Add improved line editing to debug shell
Improved line editing include moveable cursor and command history
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 23986ed..bef6f2c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,9 @@ go 1.24.2
require github.com/mattn/go-sqlite3 v1.14.27
-require github.com/goccy/go-yaml v1.17.1
+require (
+ github.com/goccy/go-yaml v1.17.1
+ golang.org/x/term v0.32.0
+)
+
+require golang.org/x/sys v0.33.0 // indirect