Skip to content

Commit 59ee79a

Browse files
committed
Fix go modules
1 parent b5526cb commit 59ee79a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ require (
9393
)
9494

9595
replace github.com/Layr-Labs/eigensdk-go => github.com/yetanotherco/eigensdk-go v0.1.10-0.20240805154752-29f4d3457921
96+
97+
replace github.com/yetanotherco/aligned_layer => github.com/lambdaclass/aligned_layer v0.0.0-20240819205938-66fc5d3df926

operator/mina_account/mina_account_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"testing"
77

8-
"github.com/lambdaclass/aligned_layer/operator/mina_account"
8+
"github.com/yetanotherco/aligned_layer/operator/mina_account"
99
)
1010

1111
func TestMinaStateProofVerifies(t *testing.T) {

0 commit comments

Comments
 (0)