entropy/go.mod
2026-04-01 21:07:20 -06:00

9 lines
193 B
Modula-2

module tcg
go 1.26.1
require (
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.38.0 // indirect
)