-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
126 changed files
with
4,639 additions
and
10,679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
module github.com/xyproto/wallutils | ||
|
||
go 1.21 | ||
|
||
toolchain go1.22.5 | ||
go 1.22.5 | ||
|
||
require ( | ||
github.com/anthonynsimon/bild v0.14.0 | ||
github.com/fatih/color v1.17.0 | ||
github.com/stretchr/powerwalk v0.0.0-20151124150408-bceb9d014549 | ||
github.com/urfave/cli v1.22.14 | ||
github.com/urfave/cli v1.22.15 | ||
github.com/xyproto/env/v2 v2.2.5 | ||
github.com/xyproto/heic v1.0.0 | ||
) | ||
|
||
require ( | ||
github.com/antchfx/xmlquery v1.3.18 // indirect | ||
github.com/antchfx/xpath v1.2.5 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/antchfx/xmlquery v1.3.8 // indirect | ||
github.com/antchfx/xpath v1.2.0 // 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.19.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
howett.net/plist v1.0.1 // indirect | ||
golang.org/x/image v0.18.0 // indirect | ||
golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.