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.
1 parent 4d28821 commit 667b577Copy full SHA for 667b577
go.mod
@@ -7,15 +7,14 @@ require (
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.5.5
10
- github.com/jackc/pgx/v4 v4.10.1
+ github.com/jackc/pgx/v4 v4.11.0
11
github.com/jinzhu/inflection v1.0.0
12
github.com/kr/pretty v0.2.1 // indirect
13
github.com/lib/pq v1.10.0
14
github.com/pganalyze/pg_query_go/v2 v2.0.0
15
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
16
github.com/spf13/cobra v1.1.3
17
github.com/spf13/pflag v1.0.5
18
- golang.org/x/tools v0.0.0-20191219041853-979b82bfef62 // indirect
19
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
20
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
21
)
0 commit comments