alertmanager-irc-relay/go.mod

16 lines
479 B
Modula-2
Raw Normal View History

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
)