File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,4 +91,4 @@ require (
9191 golang.org/x/tools v0.36.0 // indirect
9292)
9393
94- replace github.com/hashicorp/memberlist => github.com/spikeekips /memberlist v0.0.0-20230626195851-39f17fa10d23 // latest fix-data-race branch
94+ replace github.com/hashicorp/memberlist => github.com/HayoungOh5 /memberlist v0.0.0-20251120091718-913bc68ce0d2
Original file line number Diff line number Diff line change 11github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
2+ github.com/HayoungOh5/memberlist v0.0.0-20251120091718-913bc68ce0d2 h1:bbPmccnva4F5KQOkUwOsBqYKTDvSCXQu8XV+cKqGEG8 =
3+ github.com/HayoungOh5/memberlist v0.0.0-20251120091718-913bc68ce0d2 /go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0 =
24github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
35github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
46github.com/aead/siphash v1.0.1 /go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII =
@@ -283,8 +285,6 @@ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUt
283285github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 /go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc =
284286github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
285287github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
286- github.com/spikeekips/memberlist v0.0.0-20230626195851-39f17fa10d23 h1:nE7dp89DUO4ETbLLwU93ICJPox08LI+yB5UbRx+nHtE =
287- github.com/spikeekips/memberlist v0.0.0-20230626195851-39f17fa10d23 /go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0 =
288288github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
289289github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
290290github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ func AttachHandlerSendOperation(pctx context.Context) error {
165165 }
166166 }
167167
168- return memberlist .CallbackBroadcast (b , id , nil )
168+ return memberlist .CallbackBroadcast2 (b , id , nil )
169169 },
170170 params .MISC .MaxMessageSize ,
171171 ),
You can’t perform that action at this time.
0 commit comments