-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (21 loc) · 946 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
module github.com/gavinzhou/hello-gin
require (
github.com/Unknwon/com v0.0.0-20181010210213-41959bdd855f
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/astaxie/beego v1.10.1
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-openapi/jsonreference v0.17.2 // indirect
github.com/go-openapi/spec v0.17.2 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/stretchr/testify v1.2.2
github.com/swaggo/gin-swagger v1.0.0
github.com/swaggo/swag v1.3.2
github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
)