module github.com/go-latex/latex go 1.19 require ( github.com/fogleman/gg v1.3.0 github.com/go-fonts/dejavu v0.1.0 github.com/go-fonts/latin-modern v0.3.0 github.com/go-fonts/liberation v0.3.0 github.com/go-fonts/stix v0.1.0 github.com/go-pdf/fpdf v0.6.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 golang.org/x/image v0.6.0 ) require golang.org/x/text v0.8.0 // indirect