Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.5
github.com/jackc/pgx/v4 v4.11.0
github.com/jackc/pgx/v4 v4.18.1
github.com/jinzhu/inflection v1.0.0
github.com/kr/pretty v0.2.1 // indirect
github.com/lib/pq v1.10.1
github.com/lib/pq v1.10.2
github.com/pganalyze/pg_query_go/v2 v2.0.2
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
gopkg.in/yaml.v3 v3.0.1
)
Loading