mattermost-meme/glide.yaml

21 lines
481 B
YAML
Raw Normal View History

2017-12-21 12:50:48 +01:00
package: github.com/mattermost/mattermost-plugin-memes
import:
- package: github.com/golang/freetype
subpackages:
- truetype
- package: github.com/gorilla/mux
version: ^1.6.0
- package: github.com/kballard/go-shellquote
- package: golang.org/x/image
subpackages:
- font
- math/fixed
- package: gopkg.in/yaml.v2
2018-07-16 03:26:41 +02:00
- package: github.com/mattermost/mattermost-server
2017-12-21 12:50:48 +01:00
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- require