21 lines
570 B
Modula-2
21 lines
570 B
Modula-2
module go.elara.ws/go-lemmy
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/dave/jennifer v1.6.0
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/tidwall/gjson v1.17.0
|
|
go.elara.ws/logger v0.0.0-20230421022458-e80700db2090
|
|
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/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
)
|