forked from monochromegane/the_platinum_searcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (28 loc) · 1.05 KB
/
go.mod
File metadata and controls
33 lines (28 loc) · 1.05 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
module github.com/acmerocket/mack
go 1.22.3
require (
github.com/andybalholm/cascadia v1.3.2
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
github.com/jessevdk/go-flags v1.5.0
github.com/monochromegane/conflag v0.0.0-20151130130520-6d68c9aa4183
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
github.com/monochromegane/go-home v0.0.0-20151024104835-25d9dda59392
github.com/monochromegane/terminal v0.0.0-20161222050454-9bc47e2707d9
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02
golang.org/x/net v0.26.0
golang.org/x/text v0.16.0
)
require github.com/antchfx/jsonquery v1.3.5
require (
github.com/itchyny/gojq v0.12.16
github.com/itchyny/timefmt-go v0.1.6 // indirect
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/antchfx/htmlquery v1.3.2
github.com/antchfx/xmlquery v1.4.1
github.com/antchfx/xpath v1.3.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)