Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gofiber/template to v1.8.3 #340

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require github.com/yosssi/ace v0.0.5

require (
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 1 addition & 1 deletion amber/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 1 addition & 1 deletion django/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/flosch/pongo2/v6 v6.0.0
github.com/gofiber/fiber/v2 v2.52.0
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 1 addition & 1 deletion handlebars/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/gofiber/fiber/v2 v2.52.0
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/mailgun/raymond/v2 v2.0.48
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion html/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gofiber/template/html/v2
go 1.20

require (
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 1 addition & 1 deletion jet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/CloudyKit/jet/v6 v6.2.0
github.com/gofiber/fiber/v2 v2.52.0
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 1 addition & 1 deletion mustache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/cbroglie/mustache v1.4.0
github.com/gofiber/fiber/v2 v2.52.0
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
github.com/valyala/bytebufferpool v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pug/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/Joker/hpp v1.0.0
github.com/Joker/jade v1.1.3
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/stretchr/testify v1.8.4
)
Expand Down
2 changes: 1 addition & 1 deletion slim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gofiber/template/slim/v2
go 1.20

require (
github.com/gofiber/template v1.8.2
github.com/gofiber/template v1.8.3
github.com/gofiber/utils v1.1.0
github.com/mattn/go-slim v0.0.4
github.com/stretchr/testify v1.8.4
Expand Down
Loading