Skip to content

Commit d2af2d6

Browse files
committed
Change go module name
1 parent 59ee79a commit d2af2d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/yetanotherco/aligned_layer
1+
module github.com/lambdaclass/aligned_layer
22

33
go 1.22.2
44

@@ -13,6 +13,7 @@ require (
1313
require (
1414
github.com/consensys/gnark v0.10.0
1515
github.com/consensys/gnark-crypto v0.12.2-0.20240215234832-d72fcb379d3e
16+
github.com/yetanotherco/aligned_layer v0.0.0-00010101000000-000000000000
1617
)
1718

1819
require (
@@ -94,4 +95,4 @@ require (
9495

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

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

0 commit comments

Comments
 (0)