Skip to content

Commit

Permalink
Merge pull request #261 from cmd777/master
Browse files Browse the repository at this point in the history
Correct broken version
  • Loading branch information
ReneWerner87 committed Jun 5, 2023
2 parents 2d6d4e1 + 94151de commit 0a033d7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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 v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

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 v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

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.46.0
github.com/gofiber/template v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

Expand Down
2 changes: 1 addition & 1 deletion handlebars/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/gofiber/fiber/v2 v2.46.0
github.com/gofiber/template v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

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 v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

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.46.0
github.com/gofiber/template v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

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.46.0
github.com/gofiber/template v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
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 v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
)

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 v0.0.0-00010101000000-000000000000
github.com/gofiber/template v1.8.1
github.com/gofiber/utils v1.1.0
github.com/mattn/go-slim v0.0.4
github.com/valyala/bytebufferpool v1.0.0
Expand Down

0 comments on commit 0a033d7

Please sign in to comment.