forked from mattermost/mattermost-plugin-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 654 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/mattermost/mattermost-plugin-gitlab
go 1.13
require (
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.3.5 // indirect
github.com/hashicorp/go-retryablehttp v0.6.5 // indirect
github.com/mattermost/mattermost-server/v5 v5.18.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
github.com/xanzy/go-gitlab v0.31.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
google.golang.org/appengine v1.6.5 // indirect
)