forked from mattermost/mattermost-plugin-playbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (17 loc) · 706 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mattermost/mattermost-plugin-incident-management
go 1.14
require (
github.com/Masterminds/squirrel v1.4.0
github.com/blang/semver v3.5.1+incompatible
github.com/golang/mock v1.4.3
github.com/gorilla/mux v1.7.4
github.com/jmoiron/sqlx v1.2.0
github.com/mattermost/mattermost-plugin-api v0.0.13-0.20201118232355-3273dfddf611
github.com/mattermost/mattermost-server/v5 v5.28.0
github.com/pkg/errors v0.9.1
github.com/rudderlabs/analytics-go v3.2.1+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/writeas/go-strip-markdown v2.0.1+incompatible
)
replace github.com/mattermost/mattermost-plugin-incident-management/client => ./client