Skip to content

Commit 9d26acb

Browse files
committed
remove previous vitess from dependencies
Signed-off-by: Miguel Molina <[email protected]>
1 parent 680e3d6 commit 9d26acb

File tree

149 files changed

+5
-52826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+5
-52826
lines changed

cmd/gitbase/command/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/src-d/go-mysql-server/sql/index/pilosa"
2525
"github.com/uber/jaeger-client-go/config"
2626
"gopkg.in/src-d/go-git.v4/plumbing/cache"
27-
"gopkg.in/src-d/go-vitess.v1/mysql"
27+
"vitess.io/vitess/go/mysql"
2828
)
2929

3030
const (

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ require (
1010
github.com/hashicorp/golang-lru v0.5.0
1111
github.com/hhatto/gocloc v0.0.0-20190602072209-764f3f6ae21e
1212
github.com/jessevdk/go-flags v1.4.0
13+
github.com/miekg/dns v1.1.1 // indirect
1314
github.com/opentracing/opentracing-go v1.1.0
1415
github.com/sirupsen/logrus v1.3.0
1516
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
1617
github.com/src-d/go-mysql-server v0.4.1-0.20190607090451-cf9bb2a992da
1718
github.com/stretchr/testify v1.3.0
1819
github.com/uber-go/atomic v1.4.0 // indirect
1920
github.com/uber/jaeger-client-go v2.16.0+incompatible
21+
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
2022
go.uber.org/atomic v1.4.0 // indirect
2123
google.golang.org/grpc v1.20.1
2224
gopkg.in/src-d/enry.v1 v1.7.2
@@ -25,8 +27,7 @@ require (
2527
gopkg.in/src-d/go-errors.v1 v1.0.0
2628
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
2729
gopkg.in/src-d/go-git.v4 v4.11.0
28-
gopkg.in/src-d/go-mysql-server.v0 v0.5.1
2930
gopkg.in/src-d/go-siva.v1 v1.3.0 // indirect
30-
gopkg.in/src-d/go-vitess.v1 v1.7.0
3131
gopkg.in/yaml.v2 v2.2.2
32+
vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
3233
)

go.sum

-38
Large diffs are not rendered by default.

vendor/gopkg.in/src-d/go-mysql-server.v0/LICENSE

-201
This file was deleted.

vendor/gopkg.in/src-d/go-mysql-server.v0/internal/regex/regex.go

-85
This file was deleted.

vendor/gopkg.in/src-d/go-mysql-server.v0/internal/regex/regex_go.go

-34
This file was deleted.

vendor/gopkg.in/src-d/go-mysql-server.v0/internal/regex/regex_oniguruma.go

-36
This file was deleted.

0 commit comments

Comments
 (0)