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 12e032b commit 954d207Copy full SHA for 954d207
go.mod
@@ -3,11 +3,14 @@ module github.com/kyleconroy/sqlc
3
go 1.13
4
5
require (
6
+ github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
7
github.com/davecgh/go-spew v1.1.1
8
github.com/google/go-cmp v0.3.0
9
github.com/jinzhu/inflection v1.0.0
10
github.com/lfittl/pg_query_go v1.0.0
11
github.com/lib/pq v1.3.0
12
+ github.com/pingcap/parser v0.0.0-20200218113622-517beb2e39c2
13
+ github.com/pingcap/tidb v1.1.0-beta.0.20200219045929-1344d6ddd9e7
14
github.com/spf13/cobra v0.0.5
15
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
16
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
0 commit comments