Skip to content

Commit ecc0ebd

Browse files
Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.3 to 1.20.4. - [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.20.3...v1.20.4) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be8f358 commit ecc0ebd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ require (
3333
github.com/grpc-ecosystem/grpc-gateway v1.16.0
3434
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
3535
github.com/hashicorp/go-metrics v0.5.3
36-
github.com/iancoleman/orderedmap v0.3.0
3736
github.com/pkg/errors v0.9.1
38-
github.com/prometheus/client_golang v1.20.3
37+
github.com/prometheus/client_golang v1.20.4
3938
github.com/rs/zerolog v1.33.0
4039
github.com/skip-mev/block-sdk/v2 v2.1.5
4140
github.com/skip-mev/feemarket v1.1.1
@@ -142,6 +141,7 @@ require (
142141
github.com/hashicorp/yamux v0.1.1 // indirect
143142
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
144143
github.com/huandu/skiplist v1.2.0 // indirect
144+
github.com/iancoleman/orderedmap v0.3.0 // indirect
145145
github.com/iancoleman/strcase v0.3.0 // indirect
146146
github.com/improbable-eng/grpc-web v0.15.0 // indirect
147147
github.com/inconshreveable/mousetrap v1.1.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -924,8 +924,8 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn
924924
github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og=
925925
github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
926926
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
927-
github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4=
928-
github.com/prometheus/client_golang v1.20.3/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
927+
github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI=
928+
github.com/prometheus/client_golang v1.20.4/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
929929
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
930930
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
931931
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

0 commit comments

Comments
 (0)