-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
34 lines (32 loc) · 1.43 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
module gin-rest-api
go 1.12
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.4.0
github.com/go-openapi/analysis v0.19.4 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/go-openapi/runtime v0.19.3 // indirect
github.com/go-openapi/strfmt v0.19.2 // indirect
github.com/go-openapi/swag v0.19.4 // indirect
github.com/go-swagger/go-swagger v0.19.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/handlers v1.4.2 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/viper v1.4.0 // indirect
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.2
github.com/toqueteos/webbrowser v1.2.0 // indirect
github.com/urfave/cli v1.21.0 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.0.3
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
golang.org/x/tools v0.0.0-20190802220118-1d1727260058 // indirect
)