mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-04 14:23:15 +00:00
15 lines
334 B
Modula-2
15 lines
334 B
Modula-2
module mlmym
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/k3a/html2text v1.2.1
|
|
github.com/rystaf/go-lemmy v0.0.0-20240211005246-545eb219c2f0
|
|
github.com/yuin/goldmark v1.5.4
|
|
golang.org/x/text v0.10.0
|
|
)
|
|
|
|
require github.com/google/go-querystring v1.1.0 // indirect
|