go-lemmy/go.mod

21 lines
570 B
Modula-2
Raw Permalink Normal View History

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 (
github.com/dave/jennifer v1.6.0
2022-12-13 01:35:41 +00:00
github.com/google/go-querystring v1.1.0
github.com/tidwall/gjson v1.17.0
2023-04-21 02:27:38 +00:00
go.elara.ws/logger v0.0.0-20230421022458-e80700db2090
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/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
2023-01-07 23:25:18 +00:00
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.1.0 // indirect
)