tank/go.mod

10 lines
172 B
Modula-2
Raw Permalink Normal View History

2021-07-07 10:05:36 +00:00
module github.com/AverageMarcus/tank
go 1.16
require (
github.com/gofiber/fiber/v2 v2.14.0
github.com/prometheus/alertmanager v0.23.0
2021-07-07 10:05:36 +00:00
maunium.net/go/mautrix v0.9.14
)