forked from kubemq-io/kubemq-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.08 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/kubemq-io/kubemq-community
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.16
github.com/BurntSushi/toml v0.4.1
github.com/casbin/casbin/v2 v2.36.1
github.com/fortytw2/leaktest v1.3.0
github.com/ghodss/yaml v1.0.0
github.com/go-resty/resty/v2 v2.6.0
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.11
github.com/kr/pretty v0.2.0 // indirect
github.com/kubemq-io/broker v1.5.0
github.com/kubemq-io/kubemq-go v1.7.2
github.com/kubemq-io/protobuf v1.3.1
github.com/labstack/echo/v4 v4.5.0
github.com/labstack/gommon v0.3.0
github.com/nats-io/nats-server/v2 v2.3.4 // indirect
github.com/nats-io/nuid v1.0.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.30.0
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.19.0
google.golang.org/grpc v1.40.0
)