icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit df756fae914fe8de3b0d8a6794b1ea07856f5f61
parent 541477de3535bab6a2f5627660cfa7415b3655fa
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Mon, 27 Feb 2023 11:24:35 +0800

deps: update to Go 1.17

Enables graph pruning.

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Mgo.mod | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod @@ -1,10 +1,11 @@ module github.com/jackmordaunt/icns/v2 -go 1.14 +go 1.17 require ( github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/spf13/afero v1.9.4 github.com/spf13/pflag v1.0.5 - golang.org/x/text v0.7.0 // indirect ) + +require golang.org/x/text v0.7.0 // indirect