File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ require (
77 github.com/davecgh/go-spew v1.1.1
88 github.com/go-sql-driver/mysql v1.6.0
99 github.com/google/go-cmp v0.5.7
10+ github.com/jackc/pgconn v1.11.0
1011 github.com/jackc/pgx/v4 v4.15.0
1112 github.com/jinzhu/inflection v1.0.0
1213 github.com/lib/pq v1.10.4
1314 github.com/pganalyze/pg_query_go/v2 v2.1.0
1415 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
1617 github.com/spf13/pflag v1.0.5
1718 google.golang.org/protobuf v1.27.1
1819 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -22,7 +23,6 @@ require (
2223 github.com/golang/protobuf v1.5.2 // indirect
2324 github.com/inconshreveable/mousetrap v1.0.0 // indirect
2425 github.com/jackc/chunkreader/v2 v2.0.1 // indirect
25- github.com/jackc/pgconn v1.11.0 // indirect
2626 github.com/jackc/pgio v1.0.0 // indirect
2727 github.com/jackc/pgpassfile v1.0.0 // indirect
2828 github.com/jackc/pgproto3/v2 v2.2.0 // indirect
You can’t perform that action at this time.
0 commit comments