Skip to content

Commit c95cd28

Browse files
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#739)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e0983a commit c95cd28

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/aohorodnyk/uid v1.1.0
1414
github.com/aws/aws-sdk-go-v2 v1.11.0
1515
github.com/aws/aws-sdk-go-v2/config v1.8.3
16+
github.com/aws/aws-sdk-go-v2/credentials v1.4.3
1617
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.14.0
1718
github.com/aws/aws-sdk-go-v2/service/ec2 v1.18.0
1819
github.com/aws/aws-sdk-go-v2/service/s3 v1.18.0
@@ -74,7 +75,6 @@ require (
7475
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
7576
github.com/aws/aws-sdk-go v1.44.102 // indirect
7677
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.0.0 // indirect
77-
github.com/aws/aws-sdk-go-v2/credentials v1.4.3 // indirect
7878
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.6.0 // indirect
7979
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.0 // indirect
8080
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.0.0 // indirect
@@ -166,7 +166,7 @@ require (
166166
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
167167
github.com/pkg/errors v0.9.1 // indirect
168168
github.com/pmezard/go-difflib v1.0.0 // indirect
169-
github.com/prometheus/client_golang v1.11.0 // indirect
169+
github.com/prometheus/client_golang v1.11.1 // indirect
170170
github.com/prometheus/client_model v0.2.0 // indirect
171171
github.com/prometheus/common v0.30.0 // indirect
172172
github.com/prometheus/procfs v0.7.3 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,9 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
889889
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
890890
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
891891
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
892-
github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
893892
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
893+
github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=
894+
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
894895
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
895896
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
896897
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

0 commit comments

Comments
 (0)