-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 947 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 github.com/robotsail/go-create-test
go 1.20
require (
github.com/smacker/go-tree-sitter v0.0.0-20230328150314-b02ac7b4e86d
github.com/spf13/cobra v1.7.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/briandowns/spinner v1.23.0 // indirect
github.com/cheggaaa/pb/v3 v3.1.2 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
)
require (
github.com/cheggaaa/pb v1.0.29
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sashabaranov/go-openai v1.7.0
github.com/schollz/progressbar/v3 v3.13.1
github.com/spf13/pflag v1.0.5 // indirect
)