Skip to content

Commit c9a6b89

Browse files
committed
update go.mod
1 parent 4f2f0f3 commit c9a6b89

File tree

3 files changed

+111
-6
lines changed

3 files changed

+111
-6
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ require (
1010
github.com/kyleconroy/sqlc-testdata v0.0.0-20200512000015-15313bc43553
1111
github.com/lfittl/pg_query_go v1.0.0
1212
github.com/lib/pq v1.4.0
13-
github.com/pingcap/parser v0.0.0-20200218113622-517beb2e39c2
14-
github.com/pingcap/tidb v1.1.0-beta.0.20200219045929-1344d6ddd9e7
13+
github.com/pingcap/parser v3.1.1+incompatible
14+
github.com/pingcap/tidb v1.1.0-beta.0.20200426094148-df4c9f05c49c
1515
github.com/spf13/cobra v0.0.5
16-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
17-
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
1816
google.golang.org/genproto v0.0.0-20191223191004-3caeed10a8bf // indirect
1917
google.golang.org/grpc v1.26.0 // indirect
2018
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71

0 commit comments

Comments
 (0)