Files
mattermost/go.tools.mod
Jesús Espino 5be023aa70 Upgrading go.tools.mod (#15081)
* Upgrading to the last mattermost-utilities/mmgotool

* Remove unneeded file

* Fixing mmgotools usage
2020-07-21 14:07:27 +02:00

11 lines
329 B
Modula-2

module github.com/mattermost/mattermost-server/v5
go 1.14
require (
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/mattermost/mattermost-utilities/mmgotool v0.0.0-20200720080147-779d19605c57 // indirect
github.com/reflog/struct2interface v0.6.1 // indirect
github.com/vektra/mockery v1.1.2 // indirect
)