Skip to content

Commit 3731a92

Browse files
authored
dolphin: Use test driver instead of TiDB driver (#629)
Thus removing the dependency on pingcap/tidb. If we need a more advanced driver, we can always write one ourselves
1 parent b092023 commit 3731a92

File tree

4 files changed

+12
-201
lines changed

4 files changed

+12
-201
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ require (
1010
github.com/jinzhu/inflection v1.0.0
1111
github.com/lfittl/pg_query_go v1.0.0
1212
github.com/lib/pq v1.4.0
13-
github.com/pingcap/parser v3.1.0-beta.2.0.20200425032215-994651e9b6df+incompatible
14-
github.com/pingcap/tidb v1.1.0-beta.0.20200426094148-df4c9f05c49c
15-
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
13+
github.com/pingcap/parser v0.0.0-20200623164729-3a18f1e5dceb
1614
github.com/spf13/cobra v1.0.0
1715
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
1816
vitess.io/vitess v0.0.0-20200617014457-5ba6549015c0
1917
)
2018

21-
replace github.com/pingcap/parser => github.com/kyleconroy/parser v3.1.2+incompatible
19+
replace github.com/pingcap/parser => github.com/kyleconroy/parser v0.0.0-20200727200926-0e04da0a60a6

0 commit comments

Comments
 (0)