forked from sqlc-dev/sqlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 785 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/kyleconroy/sqlc
go 1.16
require (
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211208212222-82c441726976
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.14.1
github.com/jinzhu/inflection v1.0.0
github.com/kr/pretty v0.2.1 // indirect
github.com/lib/pq v1.10.4
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.3.0
github.com/spf13/pflag v1.0.5
go.uber.org/zap v1.19.1 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)