-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1013 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
30
module main
go 1.20
require (
github.com/AkaCoder404/gothulearn v1.0.2
github.com/cloudwego/kitex v0.4.4
github.com/gdamore/tcell/v2 v2.5.4
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
)
require (
github.com/apache/thrift v0.13.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/choleraehyq/pid v0.0.16 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/microcosm-cc/bluemonday v1.0.22 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)