Commit 7e7f43d
chore: drop core replace from root go.mod
Remove `replace github.com/evstack/ev-node/core => ./core` so the
published module resolves core v1.1.0 from the proxy with a proper
go.sum checksum, instead of relying on a local path that consumers
ignore. Local cross-module dev is handled by go.work (go.work.example
already `use`s ./core).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 619a47c commit 7e7f43d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
0 commit comments