mirror of https://github.com/gofiber/fiber.git
27 lines
770 B
Modula-2
27 lines
770 B
Modula-2
module github.com/gofiber/fiber/v3
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.40.1
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-isatty v0.0.16
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/tinylib/msgp v1.1.6
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.42.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|