-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 937 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
24
25
26
module github.com/jozuenoon/message_bus
go 1.12
require (
github.com/coreos/etcd v3.3.13+incompatible
github.com/fullstorydev/grpcurl v1.3.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/json-iterator/go v1.1.6 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/oklog/run v1.0.0
github.com/oklog/ulid/v2 v2.0.2
github.com/olekukonko/tablewriter v0.0.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stevenroose/gonfig v0.1.4
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
google.golang.org/grpc v1.22.0
)