-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
34 lines (33 loc) · 1.86 KB
/
go.mod
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
32
33
34
module github.com/matterbridge/mattermost-plugin
require (
github.com/42wim/matterbridge v1.11.4-0.20181111214410-d2ae3ebf9e40
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/schema v1.0.2 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hashicorp/go-hclog v0.0.0-20180910232447-e45cbeb79f04 // indirect
github.com/hashicorp/go-plugin v0.0.0-20180814222501-a4620f9913d1 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28 // indirect
github.com/mattermost/mattermost-server v5.2.0-rc2.0.20181109203431-7a758eae72b3+incompatible
github.com/mattermost/viper v1.0.1-0.20181112161711-f99c30686b86 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1 // indirect
golang.org/x/crypto v0.0.0-20180927165925-5295e8364332 // indirect
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
google.golang.org/genproto v0.0.0-20180925191851-0e822944c569 // indirect
google.golang.org/grpc v1.15.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3 // indirect
)