forked from sqlc-dev/sqlc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 884 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/kyleconroy/sqlc
go 1.16
require (
github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
github.com/davecgh/go-spew v1.1.1
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.6
github.com/jackc/pgx/v4 v4.13.0
github.com/jinzhu/inflection v1.0.0
github.com/kr/pretty v0.2.1 // indirect
github.com/lib/pq v1.10.3
github.com/pganalyze/pg_query_go/v2 v2.1.0
github.com/pingcap/log v0.0.0-20210906054005-afc726e70354 // indirect
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
go.uber.org/zap v1.19.1 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)