Add now-required go.mod file

This commit is contained in:
Timothée Floure 2021-03-29 18:13:54 +02:00
parent 8631f66374
commit 9f572eb5c6
No known key found for this signature in database
GPG key ID: 4502C902C00A1E12

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module git.sr.ht/~fnux/matrix-alertmanager-receiver
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
github.com/prometheus/alertmanager v0.21.0
)