rimgo/go.mod

40 lines
1.5 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
2023-03-08 00:18:31 +00:00
github.com/dustin/go-humanize v1.0.1
github.com/gofiber/fiber/v2 v2.42.0
github.com/gofiber/template v1.7.5
github.com/joho/godotenv v1.5.1
github.com/microcosm-cc/bluemonday v1.0.23
2022-03-16 02:56:34 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2022-12-21 00:41:12 +00:00
github.com/tidwall/gjson v1.14.4
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 (
2023-03-08 00:18:31 +00:00
github.com/andybalholm/brotli v1.0.5 // indirect
2022-10-08 21:50:08 +00:00
github.com/aymerick/douceur v0.2.0 // indirect
2023-03-08 00:18:31 +00:00
github.com/google/uuid v1.3.0 // indirect
2022-10-08 21:50:08 +00:00
github.com/gorilla/css v1.0.0 // indirect
2023-03-08 00:18:31 +00:00
github.com/klauspost/compress v1.16.0 // indirect
2022-12-21 00:41:12 +00:00
github.com/mattn/go-colorable v0.1.13 // indirect
2023-03-08 00:18:31 +00:00
github.com/mattn/go-isatty v0.0.17 // indirect
2022-12-21 00:41:12 +00:00
github.com/mattn/go-runewidth v0.0.14 // indirect
2023-03-08 00:18:31 +00:00
github.com/philhofer/fwd v1.1.1 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // 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
2023-03-08 00:18:31 +00:00
github.com/tinylib/msgp v1.1.6 // indirect
2022-01-17 20:23:04 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
2023-03-08 00:18:31 +00:00
github.com/valyala/fasthttp v1.44.0 // indirect
2022-01-17 20:23:04 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
2023-03-08 00:18:31 +00:00
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
2022-01-17 20:23:04 +00:00
)