alertmanager-irc-relay/go.mod
dependabot[bot] 20baa24283
Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1
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>
2023-02-15 04:08:30 +00:00

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
)