Skip to content

Commit 271b3e3

Browse files
committed
chore: update go.mod to mark go-kzg-4844 as direct dependency
The go-kzg-4844 package is now directly used in the codebase after migrating to the beacon blobs endpoint, so it should be listed as a direct dependency rather than an indirect one.
1 parent d41cfb5 commit 271b3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/attestantio/go-eth2-client v0.27.1
7+
github.com/crate-crypto/go-kzg-4844 v1.1.0
78
github.com/ethereum-optimism/optimism v1.11.2
89
github.com/ethereum/go-ethereum v1.101500.1
910
github.com/go-chi/chi/v5 v5.0.12
@@ -25,7 +26,6 @@ require (
2526
github.com/consensys/gnark-crypto v0.16.0 // indirect
2627
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
2728
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
28-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
3131
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect

0 commit comments

Comments
 (0)