22 lines
569 B
Modula-2
22 lines
569 B
Modula-2
module go.arsenm.dev/go-lemmy
|
|
|
|
go 1.19
|
|
|
|
retract v0.0.0-20230105203020-27ef17a00e22
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
|
github.com/dave/jennifer v1.6.0
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
go.arsenm.dev/logger v0.0.0-20230104225304-d706171ea6df
|
|
golang.org/x/exp v0.0.0-20230105000112-eab7a2c85304
|
|
)
|
|
|
|
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
|
|
)
|