rimgo/go.mod

31 lines
1.1 KiB
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-10-13 21:29:05 +00:00
github.com/aymerick/raymond v2.0.2+incompatible
2022-01-23 17:50:50 +00:00
github.com/dustin/go-humanize v1.0.0
2022-10-15 00:15:57 +00:00
github.com/gofiber/fiber/v2 v2.38.1
github.com/gofiber/template v1.7.1
github.com/joho/godotenv v1.4.0
2022-10-08 21:50:08 +00:00
github.com/microcosm-cc/bluemonday v1.0.21
2022-03-16 02:56:34 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2022-10-15 00:15:57 +00:00
github.com/tidwall/gjson v1.14.3
2022-10-08 21:50:08 +00:00
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
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-10-08 21:50:08 +00:00
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
2022-10-15 00:15:57 +00:00
github.com/klauspost/compress v1.15.11 // indirect
2022-01-17 20:23:04 +00:00
github.com/tidwall/match v1.1.1 // indirect
2022-10-15 00:15:57 +00:00
github.com/tidwall/pretty v1.2.1 // indirect
2022-01-17 20:23:04 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
2022-10-15 00:15:57 +00:00
github.com/valyala/fasthttp v1.40.0 // indirect
2022-01-17 20:23:04 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
2022-10-15 00:15:57 +00:00
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
golang.org/x/text v0.3.8 // indirect
2022-01-17 20:23:04 +00:00
)