mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-05 11:19:21 +01:00
d51a33f4e7
Signed-off-by: Luca Bigliardi <shammash@google.com>
18 lines
597 B
Modula-2
18 lines
597 B
Modula-2
module github.com/google/alertmanager-irc-relay
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fluffle/goirc v1.0.2
|
|
github.com/golang/mock v1.4.0 // indirect
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/prometheus/alertmanager v0.20.0
|
|
github.com/prometheus/client_golang v1.4.0
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|