gotch/go.mod
2023-10-11 12:31:45 +11:00

9 lines
144 B
Modula-2

module github.com/sugarme/gotch
go 1.20
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.5.0
)