mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2025-01-26 12:14:22 +01:00
13 lines
312 B
Modula-2
13 lines
312 B
Modula-2
module github.com/google/alertmanager-irc-relay
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
|
github.com/fluffle/goirc v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/prometheus/alertmanager v0.21.0
|
|
github.com/prometheus/client_golang v1.11.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|