1
0
mirror of https://github.com/pinpox/gitea-matrix-bot synced 2024-11-22 10:21:58 +01:00
gitea-matrix-bot/go.mod
Pablo Ovelleiro Corral 7589a78e2e
Fix bug in config
2023-07-13 18:29:50 +02:00

19 lines
544 B
Modula-2

module gitea-matrix-bot
go 1.20
require (
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/go-ini/ini v1.67.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/pinpox/matrix-bot v0.0.0-20190422182545-e58f16f86ca7
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)