2020-01-30 17:43:17 +01:00
|
|
|
module github.com/google/alertmanager-irc-relay
|
|
|
|
|
2021-03-03 16:42:20 +01:00
|
|
|
go 1.13
|
|
|
|
|
2020-01-30 17:43:17 +01:00
|
|
|
require (
|
2021-03-27 23:45:52 +01:00
|
|
|
github.com/fluffle/goirc v1.1.1
|
2021-03-03 16:08:33 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-03-05 09:47:44 +01:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-03-03 16:08:33 +01:00
|
|
|
github.com/prometheus/alertmanager v0.21.0
|
|
|
|
github.com/prometheus/client_golang v1.9.0
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
2021-03-27 23:45:52 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
2021-03-03 16:08:33 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-01-30 17:43:17 +01:00
|
|
|
)
|