Add now-required go.mod file
This commit is contained in:
parent
8631f66374
commit
9f572eb5c6
1 changed files with 9 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal 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
|
||||
)
|
Loading…
Reference in a new issue