-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
23 lines (21 loc) · 875 Bytes
/
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
module github.com/zalopay-oss/GodBee
go 1.13
require (
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05 // indirect
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/myzhan/boomer v0.0.0-20191119082022-5424d6ac71e4
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/processout/grpc-go-pool v1.2.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.2.2
github.com/zeromq/goczmq v4.1.0+incompatible // indirect
github.com/zeromq/gomq v0.0.0-20181008000130-95dc37dee5c4 // indirect
google.golang.org/grpc v1.25.1
)