Skip to content

Commit 0f12f91

Browse files
authored
Merge branch 'master' into dependabot/go_modules/github.com/lib/pq-1.8.0
2 parents 32560e5 + 3862402 commit 0f12f91

File tree

2 files changed

+41
-8
lines changed

2 files changed

+41
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ require (
66
github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
77
github.com/davecgh/go-spew v1.1.1
88
github.com/go-sql-driver/mysql v1.5.0
9-
github.com/google/go-cmp v0.4.0
9+
github.com/google/go-cmp v0.5.2
1010
github.com/jackc/pgx/v4 v4.6.0
1111
github.com/jinzhu/inflection v1.0.0
1212
github.com/lfittl/pg_query_go v1.0.0
1313
github.com/lib/pq v1.8.0
1414
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
15-
github.com/spf13/cobra v1.0.0
15+
github.com/spf13/cobra v1.1.1
1616
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
1717
vitess.io/vitess v0.0.0-20200617014457-5ba6549015c0
1818
)

0 commit comments

Comments
 (0)