Skip to content

Commit 7e7f43d

Browse files
tac0turtleclaude
andcommitted
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

File tree

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ require (
5151
gotest.tools/v3 v3.5.2
5252
)
5353

54-
replace github.com/evstack/ev-node/core => ./core
55-
5654
require (
5755
cloud.google.com/go v0.123.0 // indirect
5856
cloud.google.com/go/auth v0.20.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ github.com/envoyproxy/go-control-plane/envoy v1.37.0/go.mod h1:DReE9MMrmecPy+YvQ
188188
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
189189
github.com/envoyproxy/protoc-gen-validate v1.3.3 h1:MVQghNeW+LZcmXe7SY1V36Z+WFMDjpqGAGacLe2T0ds=
190190
github.com/envoyproxy/protoc-gen-validate v1.3.3/go.mod h1:TsndJ/ngyIdQRhMcVVGDDHINPLWB7C82oDArY51KfB0=
191+
github.com/evstack/ev-node/core v1.1.0 h1:Sa7uU5yuNF7YUyLBHPThD6Jt8/jacM1epRLATrdvKRE=
192+
github.com/evstack/ev-node/core v1.1.0/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
191193
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
192194
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
193195
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=

0 commit comments

Comments
 (0)