forked from cresta/smallnest-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (35 loc) · 1.42 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/cresta/smallnest-gen
go 1.17
require (
github.com/bxcodec/faker/v3 v3.5.0
github.com/davecgh/go-spew v1.1.1
github.com/denisenkom/go-mssqldb v0.9.0
github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da
github.com/gobuffalo/packd v1.0.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/iancoleman/strcase v0.1.2
github.com/jimsmart/schema v0.2.0
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/inflection v1.0.0
github.com/lib/pq v1.10.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/ompluscator/dynamic-struct v1.3.0
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e
)
require (
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gobuffalo/logger v1.0.3 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/markbates/errx v1.1.0 // indirect
github.com/markbates/oncer v1.0.0 // indirect
github.com/markbates/safe v1.0.1 // indirect
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)