-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
27 lines (25 loc) · 945 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
27
module golang-
go 1.14
require (
github.com/Shopify/sarama v1.27.0
github.com/astaxie/beego v1.12.2
github.com/fsnotify/fsnotify v1.4.9
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2
github.com/hpcloud/tail v1.0.0
github.com/jmoiron/sqlx v1.2.0
github.com/mailru/easyjson v0.7.3 // indirect
github.com/micro/go-micro v1.18.0
github.com/micro/go-plugins/broker/grpc v0.0.0-20200119172437-4fe21aa238fd
github.com/micro/go-plugins/registry/etcdv3 v0.0.0-20200119172437-4fe21aa238fd
github.com/mitchellh/go-homedir v1.1.0
github.com/olivere/elastic v6.2.34+incompatible
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/syndtr/goleveldb v1.0.0
go.etcd.io/etcd v3.3.24+incompatible
go.mongodb.org/mongo-driver v1.4.0
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
google.golang.org/grpc v1.31.0
google.golang.org/grpc/examples v0.0.0-20200818224027-0f73133e3aa3 // indirect
)