fiber-fragments/go.mod

13 строки
297 B
Modula-2

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
github.com/gofiber/template v1.6.12
github.com/google/uuid v1.0.0
github.com/valyala/fasthttp v1.26.0
golang.org/x/net v0.0.0-20210510120150-4163338589ed
)