mattermost-meme/go.mod

15 lines
437 B
Modula-2
Raw Normal View History

2019-08-07 15:07:45 +02:00
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
2019-12-20 06:34:44 +01:00
github.com/mattermost/mattermost-server/v5 v5.18.0
2019-08-07 15:07:45 +02:00
github.com/pkg/errors v0.8.1
2019-12-20 06:34:44 +01:00
github.com/stretchr/testify v1.4.0
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a
gopkg.in/yaml.v2 v2.2.7
2019-08-07 15:07:45 +02:00
)