Skip to content

Commit a50fda0

Browse files
authored
Merge pull request #175 from Fenny/master
Fix go.sum
2 parents c2e7606 + 97b13de commit a50fda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

2626
type (
2727
// App denotes the Fiber application.
@@ -109,7 +109,6 @@ func New(settings ...*Settings) (app *App) {
109109
return
110110
}
111111

112-
113112
// Recover
114113
func (app *App) Recover(cb func(*Ctx)) {
115114
app.recover = cb

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
github.com/Joker/hpp v0.0.0-20180418125244-6893e659854a/go.mod h1:MzD2WMdSxvbHw5fM/OXOFily/lipJWRc9C1px0Mt0ZE=
22
github.com/Joker/jade v1.0.0 h1:lOCEPvTAtWfLpSZYMOv/g44MGQFAolbKh2khHHGu0Kc=
33
github.com/Joker/jade v1.0.0/go.mod h1:efZIdO0py/LtcJRSa/j2WEklMSAw84WV0zZVMxNToB8=
4+
github.com/aymerick/raymond v1.1.0 h1:phuNN2s67eI/HtO8CrvqFcdR2JP+BtkGJZ9n692Hr2Y=
45
github.com/aymerick/raymond v2.0.2+incompatible h1:VEp3GpgdAnv9B2GFyTvqgcKvY+mfKMjPOA3SbKLtnU0=
56
github.com/aymerick/raymond v2.0.2+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
67
github.com/cbroglie/mustache v1.0.1 h1:ivMg8MguXq/rrz2eu3tw6g3b16+PQhoTn6EZAhst2mw=

0 commit comments

Comments
 (0)