Skip to content

Commit f8bfe19

Browse files
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.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](prometheus/client_golang@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 211948a commit f8bfe19

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ require (
2222
go.uber.org/zap v1.21.0
2323
google.golang.org/api v0.70.0
2424
google.golang.org/grpc v1.44.0
25+
google.golang.org/protobuf v1.28.2-0.20230222093303-bc1253ad3743
2526
)
2627

2728
require (
@@ -73,7 +74,7 @@ require (
7374
github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee // indirect
7475
github.com/pkg/errors v0.9.1 // indirect
7576
github.com/pmezard/go-difflib v1.0.0 // indirect
76-
github.com/prometheus/client_golang v1.11.0 // indirect
77+
github.com/prometheus/client_golang v1.11.1 // indirect
7778
github.com/prometheus/client_model v0.2.0 // indirect
7879
github.com/prometheus/common v0.26.0 // indirect
7980
github.com/prometheus/procfs v0.6.0 // indirect
@@ -93,7 +94,6 @@ require (
9394
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
9495
google.golang.org/appengine v1.6.7 // indirect
9596
google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect
96-
google.golang.org/protobuf v1.28.2-0.20230222093303-bc1253ad3743 // indirect
9797
gopkg.in/ini.v1 v1.51.0 // indirect
9898
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
9999
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,9 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
397397
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
398398
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
399399
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
400-
github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
401400
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
401+
github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=
402+
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
402403
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
403404
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
404405
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

0 commit comments

Comments
 (0)