mirror-nourybot-matrix/go.mod

25 lines
686 B
Modula-2
Raw Normal View History

2023-05-04 05:57:44 +02:00
module github.com/lyx0/nourybot-matrix
go 1.20
require (
github.com/chzyer/readline v1.5.1
2023-05-06 19:20:31 +02:00
github.com/joho/godotenv v1.5.1
2023-05-04 05:57:44 +02:00
github.com/mattn/go-sqlite3 v1.14.16
github.com/rs/zerolog v1.29.1
maunium.net/go/mautrix v0.15.1
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
maunium.net/go/maulogger/v2 v2.4.1 // indirect
)