mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
refactor: pin github.com/crate-crypto/go-kzg-4844 to v0.7.0
This commit is contained in:
parent
9b65945eb5
commit
fa0bf39533
1 changed files with 5 additions and 0 deletions
5
go.mod
5
go.mod
|
|
@ -144,3 +144,8 @@ require (
|
||||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||||
rsc.io/tmplfunc v0.0.3 // indirect
|
rsc.io/tmplfunc v0.0.3 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace (
|
||||||
|
github.com/cockroachdb/pebble v1.1.0 => github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593
|
||||||
|
github.com/crate-crypto/go-kzg-4844 v1.0.0 => github.com/crate-crypto/go-kzg-4844 v0.7.0
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue