-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
29 lines (26 loc) · 921 Bytes
/
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
module bili
go 1.21.0
require (
github.com/BYT0723/go-tools v0.0.17
github.com/BurntSushi/toml v1.2.1
github.com/asmcos/requests v0.0.0-20210319030608-c839e8ae4946
github.com/gdamore/tcell/v2 v2.6.0
github.com/gorilla/websocket v1.5.0
github.com/iyear/biligo v0.1.6
github.com/rivo/tview v0.0.0-20230330183452-5796b0cd5c1f
github.com/tidwall/gjson v1.14.4
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)