text-pic/go.mod

11 lines
266 B
Modula-2
Raw Normal View History

2021-01-17 16:08:38 +00:00
module github.com/writeas/text-pic
go 1.13
require (
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/writeas/web-core v1.2.0
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
)