Skip to content

Commit 7b2963d

Browse files
Bump github.com/prometheus/client_golang from 1.4.1 to 1.11.1 (#1264)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.1 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](prometheus/client_golang@v1.4.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1396f56 commit 7b2963d

File tree

2 files changed

+57
-9
lines changed

2 files changed

+57
-9
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ require (
3636
github.com/go-ole/go-ole v1.2.6 // indirect
3737
github.com/gogo/googleapis v1.3.2 // indirect
3838
github.com/gogo/status v1.1.0 // indirect
39-
github.com/golang/protobuf v1.3.3 // indirect
39+
github.com/golang/protobuf v1.4.3 // indirect
4040
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
4141
github.com/pkg/errors v0.9.1 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect
43-
github.com/prometheus/client_golang v1.4.1 // indirect
43+
github.com/prometheus/client_golang v1.11.1 // indirect
4444
github.com/prometheus/client_model v0.2.0 // indirect
45-
github.com/prometheus/common v0.9.1 // indirect
46-
github.com/prometheus/procfs v0.0.9 // indirect
45+
github.com/prometheus/common v0.26.0 // indirect
46+
github.com/prometheus/procfs v0.6.0 // indirect
4747
github.com/stretchr/objx v0.5.0 // indirect
4848
github.com/tklauser/go-sysconf v0.3.11 // indirect
4949
github.com/tklauser/numcpus v0.6.0 // indirect
@@ -61,6 +61,7 @@ require (
6161
golang.org/x/tools v0.1.12 // indirect
6262
google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce // indirect
6363
google.golang.org/grpc v1.28.0 // indirect
64+
google.golang.org/protobuf v1.26.0-rc.1 // indirect
6465
gopkg.in/yaml.v2 v2.4.0 // indirect
6566
gopkg.in/yaml.v3 v3.0.1 // indirect
6667
honnef.co/go/tools v0.3.2 // indirect

0 commit comments

Comments
 (0)