2021-12-07 14:49:58 +00:00
|
|
|
module git.ucode.space/Phil/goshorly
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-03-17 13:45:20 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2022-04-15 14:17:58 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.32.0
|
2022-03-22 17:44:46 +00:00
|
|
|
github.com/gofiber/template v1.6.26
|
2022-03-30 08:36:42 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
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
|
2022-01-13 19:23:10 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2022-03-24 08:08:12 +00:00
|
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-04-15 14:17:58 +00:00
|
|
|
github.com/valyala/fasthttp v1.35.0 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2022-03-24 08:08:12 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
)
|