Skip to content

Commit

Permalink
refactor: pin github.com/crate-crypto/go-kzg-4844 to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jul 3, 2024
1 parent 9b65945 commit fa0bf39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,8 @@ require (
gopkg.in/yaml.v2 v2.4.0 // 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
)

0 comments on commit fa0bf39

Please sign in to comment.