Skip to content

Commit 0057b84

Browse files
Bump github.com/prometheus/client_golang from 1.14.0 to 1.16.0 (#513)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.14.0...v1.16.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>
1 parent 886c3b3 commit 0057b84

File tree

2 files changed

+57
-15
lines changed

2 files changed

+57
-15
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/gorilla/mux v1.8.0
7-
github.com/prometheus/client_golang v1.14.0
7+
github.com/prometheus/client_golang v1.16.0
88
github.com/rs/zerolog v1.30.0
99
github.com/urfave/cli/v2 v2.23.0
1010
golang.org/x/term v0.11.0
@@ -13,18 +13,18 @@ require (
1313

1414
require (
1515
github.com/beorn7/perks v1.0.1 // indirect
16-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
16+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1717
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
18-
github.com/golang/protobuf v1.5.2 // indirect
18+
github.com/golang/protobuf v1.5.3 // indirect
1919
github.com/mattn/go-colorable v0.1.13 // indirect
2020
github.com/mattn/go-isatty v0.0.16 // indirect
21-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
21+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2222
github.com/prometheus/client_model v0.3.0 // indirect
23-
github.com/prometheus/common v0.37.0 // indirect
24-
github.com/prometheus/procfs v0.8.0 // indirect
23+
github.com/prometheus/common v0.42.0 // indirect
24+
github.com/prometheus/procfs v0.10.1 // indirect
2525
github.com/rs/xid v1.5.0 // indirect
2626
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2727
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
2828
golang.org/x/sys v0.11.0 // indirect
29-
google.golang.org/protobuf v1.28.1 // indirect
29+
google.golang.org/protobuf v1.30.0 // indirect
3030
)

0 commit comments

Comments
 (0)