From 0232433a2ddd64c270a4d049f5ae9895245ee058 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 26 Jun 2025 00:54:29 -0400 Subject: Add improved line editing to debug shell Improved line editing include moveable cursor and command history --- go.mod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3