goshorly/go.mod

22 lines
672 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.30.0
github.com/gofiber/template v1.6.25
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-11 23:09:11 +00:00
github.com/klauspost/compress v1.15.0 // indirect
2021-12-07 14:49:58 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
2022-03-11 23:09:11 +00:00
github.com/valyala/fasthttp v1.34.0 // indirect
2021-12-07 14:49:58 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
2022-03-11 23:09:11 +00:00
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
2021-12-07 14:49:58 +00:00
)