File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121)
2222
2323// Version of Fiber
24- const Version = "1.0.0 "
24+ const Version = "1.7.1 "
2525
2626type (
2727 // App denotes the Fiber application.
@@ -109,7 +109,6 @@ func New(settings ...*Settings) (app *App) {
109109 return
110110}
111111
112-
113112// Recover
114113func (app * App ) Recover (cb func (* Ctx )) {
115114 app .recover = cb
Original file line number Diff line number Diff line change 11github.com/Joker/hpp v0.0.0-20180418125244-6893e659854a /go.mod h1:MzD2WMdSxvbHw5fM/OXOFily/lipJWRc9C1px0Mt0ZE =
22github.com/Joker/jade v1.0.0 h1:lOCEPvTAtWfLpSZYMOv/g44MGQFAolbKh2khHHGu0Kc =
33github.com/Joker/jade v1.0.0 /go.mod h1:efZIdO0py/LtcJRSa/j2WEklMSAw84WV0zZVMxNToB8 =
4+ github.com/aymerick/raymond v1.1.0 h1:phuNN2s67eI/HtO8CrvqFcdR2JP+BtkGJZ9n692Hr2Y =
45github.com/aymerick/raymond v2.0.2+incompatible h1:VEp3GpgdAnv9B2GFyTvqgcKvY+mfKMjPOA3SbKLtnU0 =
56github.com/aymerick/raymond v2.0.2+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
67github.com/cbroglie/mustache v1.0.1 h1:ivMg8MguXq/rrz2eu3tw6g3b16+PQhoTn6EZAhst2mw =
You can’t perform that action at this time.
0 commit comments