forked from smallnest/gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 929 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/smallnest/gen
go 1.12
require (
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da
github.com/gin-gonic/gin v1.6.2
github.com/go-sql-driver/mysql v1.4.1
github.com/gobuffalo/packd v1.0.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/guregu/null v3.4.0+incompatible
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/jimsmart/schema v0.0.4
github.com/jinzhu/gorm v1.9.11
github.com/jinzhu/inflection v1.0.0
github.com/julienschmidt/httprouter v1.2.0
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.3.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
golang.org/x/tools v0.0.0-20200428211428-0c9eba77bc32 // indirect
google.golang.org/appengine v1.6.5 // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)