You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
774 B
Modula-2

module github.com/aziis98/lupus-lite
go 1.18
require (
github.com/gofiber/fiber/v2 v2.34.1
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/fasthttp/websocket v1.5.0 // indirect
github.com/gofiber/template v1.6.28 // indirect
github.com/gofiber/websocket/v2 v2.0.22 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/savsgio/gotils v0.0.0-20211223103454-d0aaa54c5899 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.37.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
)