mirror of https://github.com/gofiber/fiber.git
Fix go.sum
parent
df82d5239e
commit
97b13de5fc
3
app.go
3
app.go
|
@ -21,7 +21,7 @@ import (
|
|||
)
|
||||
|
||||
// Version of Fiber
|
||||
const Version = "1.0.0"
|
||||
const Version = "1.7.1"
|
||||
|
||||
type (
|
||||
// App denotes the Fiber application.
|
||||
|
@ -109,7 +109,6 @@ func New(settings ...*Settings) (app *App) {
|
|||
return
|
||||
}
|
||||
|
||||
|
||||
// Recover
|
||||
func (app *App) Recover(cb func(*Ctx)) {
|
||||
app.recover = cb
|
||||
|
|
1
go.sum
1
go.sum
|
@ -1,6 +1,7 @@
|
|||
github.com/Joker/hpp v0.0.0-20180418125244-6893e659854a/go.mod h1:MzD2WMdSxvbHw5fM/OXOFily/lipJWRc9C1px0Mt0ZE=
|
||||
github.com/Joker/jade v1.0.0 h1:lOCEPvTAtWfLpSZYMOv/g44MGQFAolbKh2khHHGu0Kc=
|
||||
github.com/Joker/jade v1.0.0/go.mod h1:efZIdO0py/LtcJRSa/j2WEklMSAw84WV0zZVMxNToB8=
|
||||
github.com/aymerick/raymond v1.1.0 h1:phuNN2s67eI/HtO8CrvqFcdR2JP+BtkGJZ9n692Hr2Y=
|
||||
github.com/aymerick/raymond v2.0.2+incompatible h1:VEp3GpgdAnv9B2GFyTvqgcKvY+mfKMjPOA3SbKLtnU0=
|
||||
github.com/aymerick/raymond v2.0.2+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
|
||||
github.com/cbroglie/mustache v1.0.1 h1:ivMg8MguXq/rrz2eu3tw6g3b16+PQhoTn6EZAhst2mw=
|
||||
|
|
Loading…
Reference in New Issue