module github.com/google/alertmanager-irc-relay go 1.13 require ( github.com/fluffle/goirc v1.0.4-0.20210224190621-e0c319f8fff5 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 github.com/yuin/goldmark v1.3.2 // indirect golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect golang.org/x/mod v0.4.1 // indirect golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect golang.org/x/text v0.3.5 // indirect golang.org/x/tools v0.1.0 // indirect gopkg.in/yaml.v2 v2.4.0 )