-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (22 loc) · 768 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
module github.com/Kaszanas/SC2InfoExtractorGo
go 1.22.7
toolchain go1.23.3
require (
github.com/alitto/pond v1.9.2
github.com/icza/mpq v0.0.0-20230330132843-d3cdc0b651b7
github.com/icza/s2prot v1.5.2
github.com/joho/godotenv v1.5.1
github.com/schollz/progressbar/v3 v3.17.1
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.1
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
)