We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b447638 commit ce8a206Copy full SHA for ce8a206
1 file changed
aggregator/cmd/main.go
@@ -7,7 +7,9 @@ import (
7
"os"
8
9
"github.com/urfave/cli/v2"
10
- "github.com/lambdaclass/aligned_layer/aggregator/internal/pkg"
+ // TODO(xqft): used lambdaclass below as a temporary solution, can't
11
+ // import the internal package when in presence of a replace directive.
12
+ "github.com/lambdaclass/aligned_layer/aggregator/internal/pkg"
13
"github.com/yetanotherco/aligned_layer/core/config"
14
)
15
0 commit comments