Commit ecc0ebd 1 parent be8f358 commit ecc0ebd Copy full SHA for ecc0ebd
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,8 @@ require (
33
33
github.com/grpc-ecosystem/grpc-gateway v1.16.0
34
34
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
35
35
github.com/hashicorp/go-metrics v0.5.3
36
- github.com/iancoleman/orderedmap v0.3.0
37
36
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
39
38
github.com/rs/zerolog v1.33.0
40
39
github.com/skip-mev/block-sdk/v2 v2.1.5
41
40
github.com/skip-mev/feemarket v1.1.1
@@ -142,6 +141,7 @@ require (
142
141
github.com/hashicorp/yamux v0.1.1 // indirect
143
142
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
144
143
github.com/huandu/skiplist v1.2.0 // indirect
144
+ github.com/iancoleman/orderedmap v0.3.0 // indirect
145
145
github.com/iancoleman/strcase v0.3.0 // indirect
146
146
github.com/improbable-eng/grpc-web v0.15.0 // indirect
147
147
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -924,8 +924,8 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn
924
924
github.com/prometheus/client_golang v1.3.0 /go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og =
925
925
github.com/prometheus/client_golang v1.4.0 /go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU =
926
926
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 =
929
929
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
930
930
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
931
931
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
You can’t perform that action at this time.
0 commit comments