Uh oh!
There was an error while loading. Please reload this page.
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
Latest commit
41 lines (38 loc) · 1.53 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (38 loc) · 1.53 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
modulegithub.com/kyleconroy/sqlc
go1.17
require (
github.com/antlr/antlr4/runtime/Go/antlrv0.0.0-20220209173558-ad29539cd2e9
github.com/davecgh/go-spewv1.1.1
github.com/go-sql-driver/mysqlv1.6.0
github.com/google/go-cmpv0.5.8
github.com/jackc/pgconnv1.12.1
github.com/jackc/pgx/v4v4.16.1
github.com/jinzhu/inflectionv1.0.0
github.com/lib/pqv1.10.5
github.com/pganalyze/pg_query_go/v2v2.1.0
github.com/pingcap/parserv0.0.0-20210914110036-002913dd28ec
github.com/spf13/cobrav1.4.0
github.com/spf13/pflagv1.0.5
google.golang.org/protobufv1.28.0
gopkg.in/yaml.v3v3.0.0-20210107192922-496545a6307b
)
require (
github.com/golang/protobufv1.5.2// indirect
github.com/inconshreveable/mousetrapv1.0.0// indirect
github.com/jackc/chunkreader/v2v2.0.1// indirect
github.com/jackc/pgiov1.0.0// indirect
github.com/jackc/pgpassfilev1.0.0// indirect
github.com/jackc/pgproto3/v2v2.3.0// indirect
github.com/jackc/pgservicefilev0.0.0-20200714003250-2b9c44734f2b// indirect
github.com/jackc/pgtypev1.11.0// indirect
github.com/kr/prettyv0.2.1// indirect
github.com/pingcap/errorsv0.11.5-0.20210425183316-da1aaba5fb63// indirect
github.com/pingcap/logv0.0.0-20210906054005-afc726e70354// indirect
github.com/pkg/errorsv0.9.1// indirect
go.uber.org/atomicv1.9.0// indirect
go.uber.org/multierrv1.7.0// indirect
go.uber.org/zapv1.19.1// indirect
golang.org/x/cryptov0.0.0-20210817164053-32db794688a5// indirect
golang.org/x/textv0.3.7// indirect
gopkg.in/natefinch/lumberjack.v2v2.0.0// indirect
)