-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (43 loc) · 1.65 KB
/
Copy pathgo.mod
File metadata and controls
47 lines (43 loc) · 1.65 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
module github.com/Weidows/wutils
go 1.23
require (
github.com/binzume/dkango v0.1.6
github.com/gogo/protobuf v1.3.2
github.com/howcrazy/xconv v0.0.0-20161022181602-be3d9669d8c2
github.com/morrisxyang/errors v0.0.0-20230323132346-5e87c521fb94
github.com/nwaples/rardecode/v2 v2.2.2
github.com/prometheus-community/pro-bing v0.3.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.1
github.com/zzl/go-win32api/v2 v2.1.0
golang.org/x/sys v0.19.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
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/hashicorp/errwrap v1.0.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.9 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/text v0.17.0 // indirect
)
require (
github.com/bodgit/sevenzip v1.5.2
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.9.0
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)