mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +00:00
19 lines
640 B
Modula-2
19 lines
640 B
Modula-2
module mlmym
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
github.com/k3a/html2text v1.2.1 // indirect
|
|
github.com/rystaf/go-lemmy v0.0.0-20230704005320-c4b010dd339b // indirect
|
|
github.com/yuin/goldmark v1.5.4 // indirect
|
|
go.elara.ws/go-lemmy v0.17.3 // indirect
|
|
golang.org/x/text v0.10.0 // indirect
|
|
)
|