Skip to content

Commit 03c63d7

Browse files
Merge pull request #105030 from liggitt/json-stdlib
switch from json-iterator to forked stdlib json decoder Kubernetes-commit: cc25656b00baa33168b7a9bc574101a06788efea
2 parents 5a93c8b + 65cde1d commit 03c63d7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ replace (
1616
k8s.io/apimachinery => ../../apimachinery
1717
k8s.io/client-go => ../../client-go
1818
)
19+
20+
replace sigs.k8s.io/json => github.com/liggitt/json v0.0.0-20211020163728-48258682683b

examples/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
188188
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
189189
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
190190
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
191+
github.com/liggitt/json v0.0.0-20211020163728-48258682683b h1:BO7msS16+MiMykkD4MInZIgqnBYCPE7vtaUSe/omoqE=
192+
github.com/liggitt/json v0.0.0-20211020163728-48258682683b/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs=
191193
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
192194
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8=
193195
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=

0 commit comments

Comments
 (0)