mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-02-12 17:42:59 +08:00
![Kubernetes Publisher](/assets/img/avatar_default.png)
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Make kubernetes json serializer case sensitive This PR imported the latest jsoniterator library so that case sensitivity during unmarhsaling is optional. The PR also set Kubernetes json serializer to be case sensitive. Kubernetes json serializer had been case sensitive for 1.1-1.7 as we were using ugorji. This PR restores the behavior. Fix #64612. ```release-notes Kubernetes json deserializer is now case-sensitive as it was before 1.8. If your config files contains fields with wrong case, the config files will be now invalid. ``` Kubernetes-commit: a2de1398f829ef38d645579160bdd6bfec8384d3
28 lines
736 B
TOML
28 lines
736 B
TOML
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
|
|
|
|
|
[[projects]]
|
|
name = "github.com/json-iterator/go"
|
|
packages = ["."]
|
|
revision = "ca39e5af3ece67bbcda3d0f4f56a8e24d9f2dad4"
|
|
version = "1.1.3"
|
|
|
|
[[projects]]
|
|
name = "github.com/modern-go/concurrent"
|
|
packages = ["."]
|
|
revision = "e0a39a4cb4216ea8db28e22a69f4ec25610d513a"
|
|
version = "1.0.0"
|
|
|
|
[[projects]]
|
|
name = "github.com/modern-go/reflect2"
|
|
packages = ["."]
|
|
revision = "1df9eeb2bb81f327b96228865c5687bc2194af3f"
|
|
version = "1.0.0"
|
|
|
|
[solve-meta]
|
|
analyzer-name = "dep"
|
|
analyzer-version = 1
|
|
inputs-digest = "56a0b9e9e61d2bc8af5e1b68537401b7f4d60805eda3d107058f3171aa5cf793"
|
|
solver-name = "gps-cdcl"
|
|
solver-version = 1
|