-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
27 lines (24 loc) · 877 Bytes
/
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
module github.com/xyproto/wallutils
go 1.22.5
require (
github.com/anthonynsimon/bild v0.14.0
github.com/fatih/color v1.18.0
github.com/stretchr/powerwalk v0.0.0-20151124150408-bceb9d014549
github.com/urfave/cli v1.22.15
github.com/xyproto/env/v2 v2.5.2
github.com/xyproto/heic v1.0.0
)
require (
github.com/antchfx/xmlquery v1.4.1 // indirect
github.com/antchfx/xpath v1.3.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
howett.net/plist v1.0.1 // indirect
)