gotch/go.mod

9 lines
144 B
Modula-2
Raw Normal View History

2020-05-26 03:35:52 +01:00
module github.com/sugarme/gotch
go 1.19
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
2023-07-05 15:26:39 +01:00
golang.org/x/image v0.5.0
)