Skip to content

Commit 565c60b

Browse files
Bump github.com/prometheus/common from 0.10.0 to 0.15.0 (#141)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.10.0 to 0.15.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.10.0...v0.15.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43dbec0 commit 565c60b

30 files changed

+386
-82
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ module github.com/nginxinc/nginx-prometheus-exporter
33
go 1.15
44

55
require (
6-
github.com/golang/protobuf v1.4.2 // indirect
76
github.com/nginxinc/nginx-plus-go-client v0.6.0
8-
github.com/prometheus/client_golang v1.6.0
9-
github.com/prometheus/common v0.10.0
10-
github.com/prometheus/procfs v0.1.3 // indirect
11-
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
7+
github.com/prometheus/client_golang v1.7.1
8+
github.com/prometheus/common v0.15.0
129
google.golang.org/protobuf v1.24.0 // indirect
1310
)

go.sum

Lines changed: 263 additions & 9 deletions
Large diffs are not rendered by default.

vendor/github.com/prometheus/client_golang/prometheus/desc.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/histogram.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/metric.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/registry.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/summary.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/value.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/wrap.go

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/decode.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)