mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-04 22:33:15 +00:00
20 lines
481 B
Modula-2
20 lines
481 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-20230903163721-9db5472b7a03
|
|
github.com/yuin/goldmark v1.5.4
|
|
golang.org/x/text v0.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
go.elara.ws/go-lemmy v0.19.0 // indirect
|
|
)
|