-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
42 lines (39 loc) · 1.44 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/tenox7/wfm
go 1.21.5
require (
github.com/bodgit/sevenzip v1.5.2
github.com/breml/rootcerts v0.2.18
github.com/dustin/go-humanize v1.0.1
github.com/gabriel-vasile/mimetype v1.4.6
github.com/gorilla/mux v1.8.1
github.com/juju/ratelimit v1.0.2
github.com/kdomanski/iso9660 v0.4.0
github.com/mholt/archiver/v4 v4.0.0-alpha.8
github.com/spf13/afero v1.11.0
github.com/tenox7/tkvs v1.0.1
golang.org/x/crypto v0.28.0
golang.org/x/term v0.25.0
gopkg.in/ini.v1 v1.67.0
howett.net/plist v1.0.1
)
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/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/golang/snappy v0.0.4 // 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/klauspost/compress v1.17.11 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/nwaples/rardecode/v2 v2.0.0-beta.4 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
)