-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 877 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 877 Bytes
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.25.0
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.17
github.com/xyproto/env/v2 v2.5.3
github.com/xyproto/heic v1.0.0
)
require (
github.com/antchfx/xmlquery v1.5.0 // indirect
github.com/antchfx/xpath v1.3.6 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // 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.38.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.35.0 // indirect
howett.net/plist v1.0.1 // indirect
)