-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.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.16
github.com/xyproto/env/v2 v2.5.2
github.com/xyproto/heic v1.0.0
)
require (
github.com/antchfx/xmlquery v1.4.3 // indirect
github.com/antchfx/xpath v1.3.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
howett.net/plist v1.0.1 // indirect
)