File tree Expand file tree Collapse file tree
github.com/mailru/easyjson/jwriter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require (
1616 k8s.io/client-go v0.34.2
1717 k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
1818 sigs.k8s.io/controller-runtime v0.22.3
19+ sigs.k8s.io/yaml v1.6.0
1920)
2021
2122require (
@@ -59,7 +60,7 @@ require (
5960 github.com/josharian/intern v1.0.0 // indirect
6061 github.com/json-iterator/go v1.1.12 // indirect
6162 github.com/klauspost/compress v1.18.4 // indirect
62- github.com/mailru/easyjson v0.9.0 // indirect
63+ github.com/mailru/easyjson v0.9.2 // indirect
6364 github.com/mitchellh/go-homedir v1.1.0 // indirect
6465 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6566 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
@@ -120,5 +121,4 @@ require (
120121 sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
121122 sigs.k8s.io/randfill v1.0.0 // indirect
122123 sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
123- sigs.k8s.io/yaml v1.6.0 // indirect
124124)
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
113113github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
114114github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
115115github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
116- github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4 =
117- github.com/mailru/easyjson v0.9.0 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
116+ github.com/mailru/easyjson v0.9.2 h1:dX8U45hQsZpxd80nLvDGihsQ/OxlvTkVUXH2r/8cb2M =
117+ github.com/mailru/easyjson v0.9.2 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
118118github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo =
119119github.com/maruel/natural v1.1.1 /go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg =
120120github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3vE =
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ github.com/klauspost/compress/internal/le
204204github.com/klauspost/compress/internal/snapref
205205github.com/klauspost/compress/zstd
206206github.com/klauspost/compress/zstd/internal/xxhash
207- # github.com/mailru/easyjson v0.9.0
207+ # github.com/mailru/easyjson v0.9.2
208208## explicit; go 1.20
209209github.com/mailru/easyjson/buffer
210210github.com/mailru/easyjson/jlexer
You can’t perform that action at this time.
0 commit comments