11 lines
270 B
Modula-2
11 lines
270 B
Modula-2
module github.com/writefreely/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
|
|
)
|