We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32560e5 + 3862402 commit 0f12f91Copy full SHA for 0f12f91
go.mod
@@ -6,13 +6,13 @@ require (
6
github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
7
github.com/davecgh/go-spew v1.1.1
8
github.com/go-sql-driver/mysql v1.5.0
9
- github.com/google/go-cmp v0.4.0
+ github.com/google/go-cmp v0.5.2
10
github.com/jackc/pgx/v4 v4.6.0
11
github.com/jinzhu/inflection v1.0.0
12
github.com/lfittl/pg_query_go v1.0.0
13
github.com/lib/pq v1.8.0
14
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
15
- github.com/spf13/cobra v1.0.0
+ github.com/spf13/cobra v1.1.1
16
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
17
vitess.io/vitess v0.0.0-20200617014457-5ba6549015c0
18
)
0 commit comments