File tree Expand file tree Collapse file tree 6 files changed +158
-174
lines changed
Expand file tree Collapse file tree 6 files changed +158
-174
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ require (
88 github.com/go-sql-driver/mysql v1.4.1
99 github.com/gogo/protobuf v1.2.1 // indirect
1010 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
11- github.com/golang/protobuf v1.3.0 // indirect
1211 github.com/hashicorp/golang-lru v0.5.3
1312 github.com/mitchellh/hashstructure v1.0.0
1413 github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
@@ -21,8 +20,12 @@ require (
2120 github.com/src-d/go-oniguruma v1.0.0
2221 github.com/stretchr/testify v1.3.0
2322 go.etcd.io/bbolt v1.3.2
24- google.golang.org/grpc v1.19.0 // indirect
23+ google.golang.org/grpc v1.25.1 // indirect
2524 gopkg.in/src-d/go-errors.v1 v1.0.0
2625 gopkg.in/yaml.v2 v2.2.2
2726 vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
2827)
28+
29+ replace vitess.io/vitess => ../vitess
30+
31+ go 1.13
You can’t perform that action at this time.
0 commit comments