matrix-feedreader/go.mod

26 lines
769 B
Modula-2
Raw Normal View History

2024-09-17 07:13:12 +02:00
module go-mod.ewintr.nl/matrix-feedreader
2023-05-24 19:23:52 +02:00
go 1.20
require (
2023-05-25 14:47:24 +02:00
github.com/mattn/go-sqlite3 v1.14.16
github.com/rs/zerolog v1.29.1
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
maunium.net/go/mautrix v0.15.2
miniflux.app v0.0.0-20230511033818-3987a2ce8ae8
)
require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
golang.org/x/crypto v0.9.0 // indirect
2023-05-24 19:23:52 +02:00
golang.org/x/net v0.10.0 // indirect
2023-05-25 14:47:24 +02:00
golang.org/x/sys v0.8.0 // indirect
maunium.net/go/maulogger/v2 v2.4.1 // indirect
2023-05-24 19:23:52 +02:00
)