Skip to content

Commit 2b353e2

Browse files
committed
Update lib merkle tree path
1 parent 5d0618c commit 2b353e2

3 files changed

Lines changed: 5 additions & 111 deletions

File tree

go.mod

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
)
1818

1919
require (
20-
github.com/DataDog/zstd v1.5.2 // indirect
2120
github.com/Microsoft/go-winio v0.6.1 // indirect
2221
github.com/StackExchange/wmi v1.2.1 // indirect
2322
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
@@ -56,43 +55,36 @@ require (
5655
github.com/holiman/uint256 v1.2.4 // indirect
5756
github.com/ingonyama-zk/icicle v0.0.0-20230928131117-97f0079e5c71 // indirect
5857
github.com/ingonyama-zk/iciclegnark v0.1.0 // indirect
59-
github.com/klauspost/compress v1.17.7 // indirect
6058
github.com/lmittmann/tint v1.0.4 // indirect
6159
github.com/mattn/go-colorable v0.1.13 // indirect
6260
github.com/mattn/go-isatty v0.0.20 // indirect
63-
github.com/mitchellh/mapstructure v1.5.0 // indirect
6461
github.com/mmcloughlin/addchain v0.4.0 // indirect
6562
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6663
github.com/prometheus/client_model v0.6.1 // indirect
6764
github.com/prometheus/common v0.52.2 // indirect
6865
github.com/prometheus/procfs v0.13.0 // indirect
69-
github.com/rivo/uniseg v0.4.4 // indirect
70-
github.com/rs/cors v1.8.3 // indirect
7166
github.com/rs/zerolog v1.32.0 // indirect
7267
github.com/russross/blackfriday/v2 v2.1.0 // indirect
7368
github.com/shirou/gopsutil v3.21.6+incompatible // indirect
7469
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
7570
github.com/stretchr/testify v1.9.0 // indirect
7671
github.com/supranational/blst v0.3.11 // indirect
77-
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
7872
github.com/tklauser/go-sysconf v0.3.12 // indirect
7973
github.com/tklauser/numcpus v0.6.1 // indirect
8074
github.com/x448/float16 v0.8.4 // indirect
8175
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
8276
go.uber.org/multierr v1.11.0 // indirect
8377
go.uber.org/zap v1.27.0 // indirect
84-
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
8578
golang.org/x/mod v0.17.0 // indirect
8679
golang.org/x/net v0.24.0 // indirect
8780
golang.org/x/sync v0.7.0 // indirect
8881
golang.org/x/sys v0.19.0 // indirect
8982
golang.org/x/tools v0.20.0 // indirect
90-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
9183
google.golang.org/protobuf v1.34.2 // indirect
9284
gopkg.in/yaml.v3 v3.0.1 // indirect
9385
rsc.io/tmplfunc v0.0.3 // indirect
9486
)
9587

9688
replace github.com/Layr-Labs/eigensdk-go => github.com/yetanotherco/eigensdk-go v0.1.10-0.20240805154752-29f4d3457921
9789

98-
replace github.com/yetanotherco/aligned_layer => github.com/lambdaclass/aligned_layer account_inclusion_verifier
90+
replace github.com/yetanotherco/aligned_layer => github.com/lambdaclass/aligned_layer v0.0.0-20240819205938-66fc5d3df926

0 commit comments

Comments
 (0)