forked from smallnest/gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 954 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
module github.com/smallnest/gen
go 1.12
require (
cloud.google.com/go v0.50.0 // indirect
git.apache.org/thrift.git v0.12.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.6.2 // indirect
github.com/guregu/null v3.4.0+incompatible
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/lib/pq v1.3.0
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
golang.org/x/build v0.0.0-20190314133821-5284462c4bec // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
google.golang.org/appengine v1.6.5 // indirect
)