2021-12-07 14:49:58 +00:00
|
|
|
module git.ucode.space/Phil/goshorly
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2021-12-08 10:04:28 +00:00
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
2022-01-01 14:01:38 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.24.0
|
2021-12-07 14:49:58 +00:00
|
|
|
github.com/gofiber/template v1.6.20
|
2021-12-08 10:04:28 +00:00
|
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
2021-12-07 14:49:58 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2021-12-10 21:38:02 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
2021-12-08 10:04:28 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasthttp v1.31.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2021-12-16 20:05:16 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
)
|