2023-04-21 02:14:05 +00:00
|
|
|
module go.elara.ws/go-lemmy
|
2022-12-10 17:17:16 +00:00
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2022-12-13 01:35:41 +00:00
|
|
|
require (
|
2023-01-09 20:54:06 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
2023-01-05 20:51:45 +00:00
|
|
|
github.com/dave/jennifer v1.6.0
|
2022-12-13 01:35:41 +00:00
|
|
|
github.com/google/go-querystring v1.1.0
|
2022-12-13 09:09:43 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2023-04-21 02:27:38 +00:00
|
|
|
go.elara.ws/logger v0.0.0-20230421022458-e80700db2090
|
2023-01-05 20:51:45 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230105000112-eab7a2c85304
|
2022-12-13 01:35:41 +00:00
|
|
|
)
|
2023-01-07 23:25:18 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gookit/color v1.5.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
|
|
)
|