goshorly/go.mod

23 lines
705 B
Modula-2
Raw Normal View History

2021-12-07 14:49:58 +00:00
module git.ucode.space/Phil/goshorly
go 1.17
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.32.0
github.com/gofiber/template v1.6.26
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
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
)