File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -158,3 +158,5 @@ require (
158158 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
159159 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
160160)
161+
162+ replace github.com/ozontech/insane-json => github.com/HeadHunter483/insane-json v0.0.0-20251020115930-22ac733527f5
Original file line number Diff line number Diff line change 11github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
22github.com/ClickHouse/ch-go v0.58.2 h1:jSm2szHbT9MCAB1rJ3WuCJqmGLi5UTjlNu+f530UTS0 =
33github.com/ClickHouse/ch-go v0.58.2 /go.mod h1:Ap/0bEmiLa14gYjCiRkYGbXvbe8vwdrfTYWhsuQ99aw =
4+ github.com/HeadHunter483/insane-json v0.0.0-20251020115930-22ac733527f5 h1:+H5kKZdH98PKdba2EqhS4fi214/s1oGG4kxxwCqb144 =
5+ github.com/HeadHunter483/insane-json v0.0.0-20251020115930-22ac733527f5 /go.mod h1:xZLf3tVLOqaT13rn1sv4fYaZfupAXNL9naLz4QRoMfY =
46github.com/KimMachineGun/automemlimit v0.2.6 h1:tQFriVTcIteUkV5EgU9iz03eDY36T8JU5RAjP2r6Kt0 =
57github.com/KimMachineGun/automemlimit v0.2.6 /go.mod h1:pJhTW/nWJMj6SnWSU2TEKSlCaM+1N5Mej+IfS/5/Ol0 =
68github.com/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
@@ -277,8 +279,6 @@ github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw=
277279github.com/onsi/gomega v1.19.0 /go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro =
278280github.com/opencontainers/runtime-spec v1.0.2 h1:UfAcuLBJB9Coz72x1hgl8O5RVzTdNiaglX6v2DM6FI0 =
279281github.com/opencontainers/runtime-spec v1.0.2 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
280- github.com/ozontech/insane-json v0.1.9 h1:JG5cEsmuSDwmU7KTJTHfTJ40XMgvtPdsUQbXdbPv+bY =
281- github.com/ozontech/insane-json v0.1.9 /go.mod h1:xZLf3tVLOqaT13rn1sv4fYaZfupAXNL9naLz4QRoMfY =
282282github.com/pascaldekloe/name v1.0.1 h1:9lnXOHeqeHHnWLbKfH6X98+4+ETVqFqxN09UXSjcMb0 =
283283github.com/pascaldekloe/name v1.0.1 /go.mod h1:Z//MfYJnH4jVpQ9wkclwu2I2MkHmXTlT9wR5UZScttM =
284284github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ =
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ func (p *processor) Spawn(parent *Event, nodes []*insaneJSON.Node) {
440440 SourceName : parent .SourceName ,
441441 }
442442 parent .children = append (parent .children , child )
443- child .Root .MutateToNode ( node )
443+ child .Root .CopyFromNode ( child . Root , node )
444444 child .SetChildKind ()
445445 child .action = nextActionIdx
446446
You can’t perform that action at this time.
0 commit comments