2023-09-04 18:59:51 +00:00
|
|
|
module git.hackmi.ch/Phil/goshorly
|
2021-12-07 14:49:58 +00:00
|
|
|
|
2022-12-23 21:52:33 +00:00
|
|
|
go 1.19
|
2021-12-07 14:49:58 +00:00
|
|
|
|
|
|
|
require (
|
2022-03-17 13:45:20 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2022-12-23 21:52:33 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.40.1
|
|
|
|
github.com/gofiber/template v1.7.3
|
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-12-23 21:53:14 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-01-13 19:23:10 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2022-12-23 21:53:14 +00:00
|
|
|
github.com/klauspost/compress v1.15.13 // indirect
|
2022-12-23 21:52:33 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2022-12-23 21:53:14 +00:00
|
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-12-23 21:53:14 +00:00
|
|
|
github.com/valyala/fasthttp v1.43.0 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2022-12-23 21:53:14 +00:00
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
2021-12-07 14:49:58 +00:00
|
|
|
)
|