-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
36 lines (34 loc) · 1.34 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
module github.com/cfryerdev/zeroslope-golang
go 1.14
require (
github.com/KyleBanks/depth v1.2.2-0.20190719145526-b7f67b6d8d5f
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/sse v0.1.0
github.com/gin-gonic/gin v1.4.0
github.com/go-openapi/jsonpointer v0.19.0
github.com/go-openapi/jsonreference v0.19.0
github.com/go-openapi/spec v0.19.0
github.com/go-openapi/swag v0.18.1-0.20190128165047-b28747f5c7f9
github.com/golang/protobuf v1.3.1
github.com/jinzhu/gorm v1.9.11
github.com/jinzhu/inflection v1.0.0
github.com/json-iterator/go v1.1.6
github.com/lib/pq v1.2.0
github.com/mailru/easyjson v0.0.0-20190221075403-6243d8e04c3f
github.com/mattn/go-isatty v0.0.8
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.3
github.com/ugorji/go v1.1.5-pre
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190611222205-d73e1c7e250b
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.2.4
)