14 lines
400 B
Modula-2
14 lines
400 B
Modula-2
module github.com/larkox/mattermost-plugin-badges
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/mattermost/mattermost-plugin-api v0.0.14
|
|
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20210422214809-ff657bfdef24
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|