forked from centrifugal/centrifugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (36 loc) · 1.45 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
35
36
37
38
39
// +heroku goVersion go1.14
module github.com/wetix/centrifugo
go 1.15
require (
github.com/FZambia/eagle v0.0.1
github.com/FZambia/statik v0.1.2-0.20180217151304-b9f012bb2a1b
github.com/FZambia/viper-lite v0.0.0-20171108064948-d5a31e6aa18b
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af
github.com/centrifugal/centrifuge v0.14.2
github.com/centrifugal/protocol v0.3.4
github.com/cristalhq/jwt/v3 v3.0.9
github.com/gogo/protobuf v1.3.1
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/securecookie v1.1.1
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/nats-io/nats-server/v2 v2.1.6 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0 // indirect
github.com/prometheus/procfs v0.2.0 // indirect
github.com/rakutentech/jwk-go v1.0.1
github.com/rs/zerolog v1.20.0
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)