webtools/go.mod
Leon Mika c7ff8597aa
All checks were successful
/ publish (push) Successful in 1m48s
Some more tools around Android icons
2026-03-12 22:52:25 +11:00

9 lines
153 B
Modula-2

module github.com/lmika/webtools
go 1.25.0
require (
github.com/alecthomas/participle/v2 v2.1.4 // indirect
golang.org/x/image v0.37.0 // indirect
)