Commit dd6b350
fix: remove eventbus v1 self-reference, use v2 import path for mocks
The eventbus/v2 go.mod had a require + replace for the v1 eventbus
module path (for mocks). The replace directive doesn't propagate to
consumers, causing 'unknown revision' errors when downstream modules
run go mod tidy.
Fix: change test imports from .../eventbus/mocks to .../eventbus/v2/mocks
(the correct v2 import path) and remove the v1 require/replace.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3d95580 commit dd6b350
3 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments