-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 798 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 798 Bytes
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.23.0
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-0.20241207072335-d0e305d1c9c8
github.com/joho/godotenv v1.5.1
github.com/schollz/progressbar/v3 v3.18.0
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.5
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
)