mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-05 11:19:21 +01:00
7926f9d7c3
Signed-off-by: Ben Kochie <superq@gmail.com>
16 lines
479 B
Modula-2
16 lines
479 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/prometheus/alertmanager v0.20.0
|
|
github.com/prometheus/client_golang v1.4.0 // indirect
|
|
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
|
|
)
|