fix: use declared crawl module paths (#83040) · openclaw/openclaw@4aa671b
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ metadata:
|
9 | 9 | - graincrawl |
10 | 10 | install: |
11 | 11 | - kind: go |
12 | | -module: github.com/openclaw/graincrawl/cmd/graincrawl@latest |
| 12 | +module: github.com/vincentkoc/graincrawl/cmd/graincrawl@latest |
13 | 13 | bins: |
14 | 14 | - graincrawl |
15 | 15 | --- |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ metadata:
|
9 | 9 | - notcrawl |
10 | 10 | install: |
11 | 11 | - kind: go |
12 | | -module: github.com/openclaw/notcrawl/cmd/notcrawl@latest |
| 12 | +module: github.com/vincentkoc/notcrawl/cmd/notcrawl@latest |
13 | 13 | bins: |
14 | 14 | - notcrawl |
15 | 15 | --- |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ metadata:
|
9 | 9 | - slacrawl |
10 | 10 | install: |
11 | 11 | - kind: go |
12 | | -module: github.com/openclaw/slacrawl/cmd/slacrawl@latest |
| 12 | +module: github.com/vincentkoc/slacrawl/cmd/slacrawl@latest |
13 | 13 | bins: |
14 | 14 | - slacrawl |
15 | 15 | --- |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。