mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2026-01-28 09:31:13 +00:00
29 lines
899 B
Modula-2
29 lines
899 B
Modula-2
module codeberg.org/rimgo/rimgo
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.11.0
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/gorilla/feeds v1.2.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mailgun/raymond/v2 v2.0.48
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/tidwall/gjson v1.18.0
|
|
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/tidwall/match v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|