gotch/go.mod
Goncalves Henriques, Andre (UG - Computer Science) 9257404edd Move the name of the module
2024-04-21 15:15:00 +01:00

9 lines
155 B
Modula-2

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