Skip to content

Commit 79e8870

Browse files
hazziklightclient
andauthored
go.mod: update pebble to v1.1.5 to reduce clutter in go.sum (#31541)
``` go get github.com/cockroachdb/[email protected] go mod tidy ``` Co-authored-by: lightclient <[email protected]>
1 parent d6655cb commit 79e8870

File tree

2 files changed

+18
-397
lines changed

2 files changed

+18
-397
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/aws/aws-sdk-go-v2/service/route53 v1.30.2
1313
github.com/cespare/cp v0.1.0
1414
github.com/cloudflare/cloudflare-go v0.114.0
15-
github.com/cockroachdb/pebble v1.1.2
15+
github.com/cockroachdb/pebble v1.1.5
1616
github.com/consensys/gnark-crypto v0.16.0
1717
github.com/crate-crypto/go-eth-kzg v1.3.0
1818
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a
@@ -120,7 +120,7 @@ require (
120120
github.com/kr/pretty v0.3.1 // indirect
121121
github.com/kr/text v0.2.0 // indirect
122122
github.com/mattn/go-runewidth v0.0.13 // indirect
123-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
123+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
124124
github.com/minio/sha256-simd v1.0.0 // indirect
125125
github.com/mitchellh/mapstructure v1.4.1 // indirect
126126
github.com/mitchellh/pointerstructure v1.2.0 // indirect
@@ -133,10 +133,10 @@ require (
133133
github.com/pion/transport/v3 v3.0.1 // indirect
134134
github.com/pkg/errors v0.9.1 // indirect
135135
github.com/pmezard/go-difflib v1.0.0 // indirect
136-
github.com/prometheus/client_golang v1.12.0 // indirect
137-
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
138-
github.com/prometheus/common v0.32.1 // indirect
139-
github.com/prometheus/procfs v0.7.3 // indirect
136+
github.com/prometheus/client_golang v1.15.0 // indirect
137+
github.com/prometheus/client_model v0.3.0 // indirect
138+
github.com/prometheus/common v0.42.0 // indirect
139+
github.com/prometheus/procfs v0.9.0 // indirect
140140
github.com/rivo/uniseg v0.2.0 // indirect
141141
github.com/rogpeppe/go-internal v1.12.0 // indirect
142142
github.com/russross/blackfriday/v2 v2.1.0 // indirect

0 commit comments

Comments
 (0)