module github.com/mattermost/mattermost-plugin-memes go 1.12 require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/gorilla/mux v1.7.3 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/mattermost/mattermost-server/v5 v5.18.0 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a gopkg.in/yaml.v2 v2.2.7 )