mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-16 16:19:21 +01:00
bb1be1eaa7
Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.21.0 to 0.25.1. - [Release notes](https://github.com/prometheus/alertmanager/releases) - [Changelog](https://github.com/prometheus/alertmanager/blob/v0.25.1/CHANGELOG.md) - [Commits](https://github.com/prometheus/alertmanager/compare/v0.21.0...v0.25.1) --- updated-dependencies: - dependency-name: github.com/prometheus/alertmanager dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
248 B
Modula-2
12 lines
248 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/prometheus/alertmanager v0.25.1
|
|
github.com/prometheus/client_golang v1.14.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|