mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-05 11:19:21 +01:00
e7d5eefc49
Signed-off-by: Luca Bigliardi <shammash@google.com>
15 lines
438 B
Modula-2
15 lines
438 B
Modula-2
module github.com/google/alertmanager-irc-relay
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fluffle/goirc v1.1.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/prometheus/alertmanager v0.21.0
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|