aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 40fd8f1..9a4b5a4 100644
--- a/go.mod
+++ b/go.mod
@@ -4,15 +4,19 @@ go 1.21.9
require (
github.com/gdamore/tcell/v2 v2.7.4
+ github.com/mattn/go-sqlite3 v1.14.22
github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95
+ github.com/urfave/cli/v2 v2.27.1
)
require (
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
- github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect