Skip to content

Commit 01428e1

Browse files
Update module github.com/mailru/easyjson to v0.9.2
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent b522011 commit 01428e1

4 files changed

Lines changed: 33 additions & 20 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2122
require (
@@ -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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
113113
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
114114
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
115115
github.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=
118118
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
119119
github.com/maruel/natural v1.1.1/go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg=
120120
github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3vE=

vendor/github.com/mailru/easyjson/jwriter/writer.go

Lines changed: 28 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ github.com/klauspost/compress/internal/le
204204
github.com/klauspost/compress/internal/snapref
205205
github.com/klauspost/compress/zstd
206206
github.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
209209
github.com/mailru/easyjson/buffer
210210
github.com/mailru/easyjson/jlexer

0 commit comments

Comments
 (0)