File tree Expand file tree Collapse file tree 2 files changed +5
-656
lines changed Expand file tree Collapse file tree 2 files changed +5
-656
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ require (
7
7
github.com/davecgh/go-spew v1.1.1
8
8
github.com/go-sql-driver/mysql v1.6.0
9
9
github.com/google/go-cmp v0.5.7
10
+ github.com/jackc/pgconn v1.11.0
10
11
github.com/jackc/pgx/v4 v4.15.0
11
12
github.com/jinzhu/inflection v1.0.0
12
13
github.com/lib/pq v1.10.4
13
14
github.com/pganalyze/pg_query_go/v2 v2.1.0
14
15
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
15
- github.com/spf13/cobra v1.3 .0
16
+ github.com/spf13/cobra v1.4 .0
16
17
github.com/spf13/pflag v1.0.5
17
18
google.golang.org/protobuf v1.27.1
18
19
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -22,7 +23,6 @@ require (
22
23
github.com/golang/protobuf v1.5.2 // indirect
23
24
github.com/inconshreveable/mousetrap v1.0.0 // indirect
24
25
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
25
- github.com/jackc/pgconn v1.11.0 // indirect
26
26
github.com/jackc/pgio v1.0.0 // indirect
27
27
github.com/jackc/pgpassfile v1.0.0 // indirect
28
28
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
You can’t perform that action at this time.
0 commit comments