-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 700 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module chip
go 1.15
require (
github.com/Depado/ginprom v1.7.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/bxcodec/faker/v3 v3.6.0
github.com/gin-contrib/logger v0.2.0
github.com/gin-gonic/gin v1.9.1
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/msfidelis/gin-chaos-monkey v0.0.5
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/zerolog v1.23.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.7
)