2022-12-10 17:17:16 +00:00
|
|
|
module go.arsenm.dev/go-lemmy
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2022-12-13 01:35:41 +00:00
|
|
|
require (
|
|
|
|
github.com/google/go-querystring v1.1.0
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
|
|
github.com/recws-org/recws v1.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
|
|
)
|