1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2026-01-05 22:38:08 +03:00
Files
nginx_exporter/go.mod
dependabot[bot] f22d5a0fc3 Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#286)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0.
- [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.12.2...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 21:37:10 +00:00

21 lines
647 B
Modula-2

module github.com/nginxinc/nginx-prometheus-exporter
go 1.18
require (
github.com/nginxinc/nginx-plus-go-client v0.10.0
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
google.golang.org/protobuf v1.28.1 // indirect
)