mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-05 11:19:21 +01:00
20baa24283
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang 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.21.0
|
|
github.com/prometheus/client_golang v1.11.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|