This commit is contained in:
Ryan Stafford 2023-06-30 15:41:35 -04:00
commit fe48b73de3
24 changed files with 3176 additions and 0 deletions

17
go.mod Normal file
View file

@ -0,0 +1,17 @@
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/rystaf/go-lemmy v0.0.0-20230623191350-f39e3c8bdcb5 // 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
)