-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
32 lines (30 loc) · 1.37 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
module github.com/quarkslab/mattermost-plugin-e2ee
go 1.16
require (
github.com/fatih/color v1.12.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210621113107-84c6004145de // indirect
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-hclog v0.16.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.4.2 // indirect
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/mattermost/mattermost-server/v5 v5.34.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/minio/minio-go/v7 v7.0.11 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/xid v1.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tinylib/msgp v1.1.6 // indirect
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/image v0.0.0-20210622092929-e6eecd499c2c // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
)