File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ require (
50
50
github.com/google/go-cmp v0.6.0 // indirect
51
51
github.com/hamba/avro/v2 v2.20.1 // indirect
52
52
github.com/json-iterator/go v1.1.12 // indirect
53
- github.com/klauspost/compress v1.17.7 // indirect
53
+ github.com/klauspost/compress v1.17.8 // indirect
54
54
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
55
55
github.com/mattn/go-runewidth v0.0.15 // indirect
56
56
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -87,4 +87,4 @@ require (
87
87
)
88
88
89
89
// Avro has a regression in parsing map[string]any in v2.20.0 and higher. Issue to track this regression: https://github.com/hamba/avro/issues/386
90
- replace github.com/hamba/avro/v2 => github.com/hamba/avro/v2 v2.19.0
90
+ replace github.com/hamba/avro/v2 => github.com/hamba/avro/v2 v2.21.1
Original file line number Diff line number Diff line change @@ -58,12 +58,16 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
58
58
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
59
59
github.com/hamba/avro/v2 v2.19.0 h1:jITwvb03UMLfTFHFKdvaMyU/G96iVWS5EiMsqo3flfE =
60
60
github.com/hamba/avro/v2 v2.19.0 /go.mod h1:72DkWmMmAyZA+qHoI89u4RMCQ3X54vpEb1ap80iCIBg =
61
+ github.com/hamba/avro/v2 v2.21.1 h1:400/jTdLWQ3ib58y83VXlTJKijRouYQszY1SO0cMGt4 =
62
+ github.com/hamba/avro/v2 v2.21.1 /go.mod h1:ouJ4PkiAEP49u0lAtQyd5Gv04MehKj+7lXwD3zpLpY0 =
61
63
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
62
64
github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
63
65
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
64
66
github.com/json-iterator/go v1.1.12 /go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo =
65
67
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg =
66
68
github.com/klauspost/compress v1.17.7 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
69
+ github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU =
70
+ github.com/klauspost/compress v1.17.8 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
67
71
github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM =
68
72
github.com/klauspost/cpuid/v2 v2.2.7 /go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws =
69
73
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
You can’t perform that action at this time.
0 commit comments