forked from mattermost-community/mattermost-plugin-nagios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.33 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/mattermost/mattermost-plugin-nagios
go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/dyatlov/go-opengraph v0.0.0-20210112100619-dae8665a5b09 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.2
github.com/google/uuid v1.1.5 // indirect
github.com/hashicorp/go-hclog v0.15.0 // indirect
github.com/hashicorp/go-plugin v1.4.0 // indirect
github.com/mattermost/mattermost-plugin-api v0.0.13-0.20210121140741-271df4f3f01d
github.com/mattermost/mattermost-server/v5 v5.31.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/tinylib/msgp v1.1.5 // indirect
github.com/wiggin77/merror v1.0.3 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210120162456-f5e8c5e2aaf2 // indirect
google.golang.org/grpc v1.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)