-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 756 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 756 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
module github.com/ZaparooProject/go-gameid
go 1.24.11
require (
github.com/bodgit/sevenzip v1.6.1
github.com/klauspost/compress v1.18.0
github.com/mewkiz/flac v1.0.12
github.com/nwaples/rardecode/v2 v2.2.2
github.com/ulikunitz/xz v0.5.15
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/mewkiz/pkg v0.0.0-20230226050401-4010bf0fec14 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/spf13/afero v1.11.0 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/text v0.21.0 // indirect
)