clean up go.mod file, tweak makefile

This commit is contained in:
2025-05-15 17:08:52 -04:00
parent 430e196859
commit 2588421fe9
3 changed files with 9 additions and 5 deletions

5
go.mod
View File

@@ -3,7 +3,9 @@ module git.yetaga.in/alazyreader/why
go 1.24.2
require (
github.com/dblezek/tga v0.0.0-20150626111426-80720cbc1017
github.com/disintegration/imaging v1.6.2
github.com/maruel/natural v1.1.1
golang.org/x/image v0.27.0
modernc.org/tk9.0 v0.70.2-0.20250508084556-20db091eb764
)
@@ -12,13 +14,12 @@ require (
git.yetaga.in/alazyreader/appify v0.0.0-20250503185351-c56d5058ecd7 // indirect
github.com/JackMordaunt/icns v1.0.0 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/dblezek/tga v0.0.0-20150626111426-80720cbc1017 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/evilsocket/islazy v1.11.0 // indirect
github.com/ftrvxmtrx/tga v0.0.0-20150524081124-bd8e8d5be13a // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect