Skip to content

Commit 954d207

Browse files
committed
go.mod: Add packages for MySQL and SQLite parsers
1 parent 12e032b commit 954d207

File tree

2 files changed

+176
-0
lines changed

2 files changed

+176
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ module github.com/kyleconroy/sqlc
33
go 1.13
44

55
require (
6+
github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
67
github.com/davecgh/go-spew v1.1.1
78
github.com/google/go-cmp v0.3.0
89
github.com/jinzhu/inflection v1.0.0
910
github.com/lfittl/pg_query_go v1.0.0
1011
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
1114
github.com/spf13/cobra v0.0.5
1215
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
1316
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect

0 commit comments

Comments
 (0)