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.4 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/mattermost/mattermost-server/v5 v5.24.0-rc1 github.com/mholt/archiver/v3 v3.3.0 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.6.1 golang.org/x/image v0.0.0-20200430140353-33d19683fad8 gopkg.in/yaml.v2 v2.3.0 )