-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (28 loc) · 1.12 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
31
module github.com/greensea/so
go 1.21.0
require (
github.com/Xuanwo/go-locale v1.1.2
github.com/carlmjohnson/versioninfo v0.22.5
github.com/chzyer/readline v1.5.1
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/gizak/termui/v3 v3.1.0
github.com/go-color-term/go-color-term v0.4.0
github.com/go-resty/resty/v2 v2.15.3
github.com/json-iterator/go v1.1.12
github.com/rivo/tview v0.0.0-20241016194538-c5e4fb24af13
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.7.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.18.0 // indirect
)