rimgo/go.mod

25 lines
779 B
Modula-2
Raw Normal View History

2022-01-17 22:34:05 +00:00
module codeberg.org/video-prize-ranch/rimgo
2022-01-17 20:23:04 +00:00
go 1.17
require (
2022-01-23 17:50:50 +00:00
github.com/dustin/go-humanize v1.0.0
2022-04-22 15:59:32 +00:00
github.com/gofiber/fiber/v2 v2.32.0
github.com/gofiber/template v1.6.27
github.com/joho/godotenv v1.4.0
2022-03-16 02:56:34 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2022-04-22 15:59:32 +00:00
github.com/tidwall/gjson v1.14.1
2022-01-17 20:23:04 +00:00
)
require (
2022-03-16 17:33:31 +00:00
github.com/andybalholm/brotli v1.0.4 // indirect
2022-01-17 20:23:04 +00:00
github.com/aymerick/raymond v2.0.2+incompatible // indirect
2022-04-22 15:59:32 +00:00
github.com/klauspost/compress v1.15.1 // indirect
2022-01-17 20:23:04 +00:00
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
2022-04-22 15:59:32 +00:00
github.com/valyala/fasthttp v1.35.0 // indirect
2022-01-17 20:23:04 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
2022-04-22 15:59:32 +00:00
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
2022-01-17 20:23:04 +00:00
)