-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
53 lines (50 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
53
module github.com/cnk3x/metaman
go 1.20
require (
github.com/1set/gut v0.0.0-20201117175203-a82363231997
github.com/PuerkitoBio/goquery v1.8.1
github.com/Talento90/go-health v0.2.0
github.com/andybalholm/brotli v1.0.5
github.com/barasher/go-exiftool v1.10.0
github.com/codingsince1985/checksum v1.3.0
github.com/dlclark/regexp2 v1.10.0
github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3
github.com/fsnotify/fsnotify v1.6.0
github.com/gocolly/colly/v2 v2.1.0
github.com/marusama/semaphore/v2 v2.5.0
github.com/mattn/go-runewidth v0.0.14
github.com/mattn/go-shellwords v1.0.12
github.com/mozillazg/go-pinyin v0.20.0
github.com/otiai10/copy v1.11.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
github.com/unrolled/secure v1.13.0
golang.org/x/text v0.7.0
gopkg.in/hlandau/passlib.v1 v1.0.11
gortc.io/sdp v0.18.2
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.2.4 // indirect
github.com/antchfx/xpath v1.1.8 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
)