-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathgo.mod
More file actions
73 lines (70 loc) · 2.98 KB
/
Copy pathgo.mod
File metadata and controls
73 lines (70 loc) · 2.98 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
module github.com/Unpackerr/unpackerr
go 1.26.4
require (
code.cloudfoundry.org/bytefmt v0.76.0
github.com/BurntSushi/toml v1.6.0
github.com/dromara/carbon/v2 v2.6.16
github.com/energye/systray v1.0.3
github.com/fsnotify/fsnotify v1.10.1
github.com/julienschmidt/httprouter v1.3.0
github.com/lestrrat-go/apache-logformat/v2 v2.0.6
github.com/mitchellh/go-homedir v1.1.0
github.com/ncruces/zenity v0.10.14
github.com/prometheus/client_golang v1.23.2
github.com/radovskyb/watcher v1.0.7
github.com/spf13/pflag v1.0.10
golang.org/x/mod v0.37.0
golang.org/x/sys v0.46.0
golift.io/cnfg v0.2.5
golift.io/cnfgfile v0.0.0-20240713024420-a5436d84eb48
golift.io/rotatorr v0.0.0-20260217050959-f6ac6fc7b38e
golift.io/starr v1.3.1
golift.io/version v0.0.2
golift.io/xtractr v0.3.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Unpackerr/iso9660 v0.0.3 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/andybalholm/brotli v1.2.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.6.4 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/cavaliergopher/cpio v1.0.1 // indirect
github.com/cavaliergopher/rpm v1.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/josephspurrier/goversioninfo v1.7.0 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/strftime v1.2.0 // indirect
github.com/mewkiz/flac v1.0.13 // indirect
github.com/mewkiz/pkg v0.0.0-20260331151047-10214ccde7de // indirect
github.com/mewpkg/term v0.0.0-20241026122259-37a80af23985 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nwaples/rardecode/v2 v2.2.5 // indirect
github.com/peterebden/ar v0.0.0-20241106141004-20dc11b778e8 // indirect
github.com/pierrec/lz4/v4 v4.1.27 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.68.1 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/randall77/makefat v0.0.0-20260406194835-1b91746796b7 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/sshaman1101/dcompress v0.0.0-20200109162717-50436a6332de // indirect
github.com/stangelandcl/ppmd v0.1.1 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/image v0.42.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/text v0.38.0 // indirect
golift.io/udf v0.0.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)