-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.06 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/pspiagicw/gox
go 1.21.4
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/adrg/xdg v0.4.0
github.com/boltdb/bolt v1.3.1
github.com/briandowns/spinner v1.23.0
github.com/charmbracelet/lipgloss v0.10.0
github.com/pspiagicw/goreland v0.0.0-20231129142734-b41cec944b31
github.com/pspiagicw/pelp v0.0.0-20240318161701-7448ea2e376e
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.4.0 // indirect
)