aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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