module social-image-gen go 1.13 require ( github.com/ericaro/frontmatter v0.0.0-20200210094738-46863cd917e2 github.com/fogleman/gg v1.3.0 github.com/gofiber/fiber v1.14.6 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/pkg/errors v0.9.1 golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )