2021-06-28 13:19:15 +03:00
|
|
|
module github.com/github/fiber-fragments
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.7.0
|
|
|
|
github.com/gofiber/fiber/v2 v2.13.0
|
2021-06-28 16:31:21 +03:00
|
|
|
github.com/gofiber/template v1.6.12
|
2021-08-19 17:10:03 +03:00
|
|
|
github.com/google/uuid v1.0.0
|
2021-06-28 13:19:15 +03:00
|
|
|
github.com/valyala/fasthttp v1.26.0
|
|
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
|
|
)
|