-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (20 loc) · 1.1 KB
/
go.mod
File metadata and controls
21 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/moiot/gravity-grpc-sidecar-filter-example
require (
github.com/coreos/etcd v3.3.12+incompatible // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/hashicorp/go-getter v1.1.0 // indirect
github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104
github.com/json-iterator/go v1.1.5 // indirect
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/moiot/gravity v0.9.22-0.20190226031938-b26cbc1edbb5
github.com/pingcap/parser v0.0.0-20190225125525-01444ee2a9c2 // indirect
github.com/pingcap/tipb v0.0.0-20190221054254-aa146c1ab9bb // indirect
github.com/serialx/hashring v0.0.0-20180504054112-49a4782e9908 // indirect
github.com/siddontang/go-mysql v0.0.0-20190224120211-58596aa17f1e // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)