-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
30 lines (27 loc) · 995 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 golift.io/xtractr
go 1.19
require (
github.com/andybalholm/brotli v1.1.0
github.com/bodgit/sevenzip v1.5.1
github.com/kdomanski/iso9660 v0.4.0
github.com/klauspost/compress v1.17.9
github.com/nwaples/rardecode v1.1.3
github.com/pierrec/lz4/v4 v4.1.21
github.com/sshaman1101/dcompress v0.0.0-20200109162717-50436a6332de
github.com/stretchr/testify v1.9.0
github.com/therootcompany/xz v1.0.1
)
require (
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)