mirror of
https://github.com/Luzifer/promcertcheck.git
synced 2024-11-08 16:00:08 +00:00
96badd7659
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>
13 lines
374 B
Modula-2
13 lines
374 B
Modula-2
module github.com/Luzifer/promcertcheck
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.12.1
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
|
|
github.com/prometheus/client_golang v1.11.1
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/sirupsen/logrus v1.8.0
|
|
)
|