k3s/vendor/github.com
Kubernetes Submit Queue a2de1398f8
Merge pull request #65034 from caesarxuchao/json-case-sensitive
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.
```
2018-06-14 15:41:26 -07:00
..
Azure Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
JeffAshton/win_pdh Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
MakeNowJust/heredoc Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
Microsoft vendor: update hcsshim to v0.6.11 2018-06-14 10:54:13 -04:00
NYTimes/gziphandler Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
Nvveen/Gotty Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
PuerkitoBio Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
abbot/go-http-auth Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
armon/circbuf Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
asaskevich/govalidator Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
aws/aws-sdk-go Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
bazelbuild Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
beorn7/perks Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
blang/semver Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
chai2010/gettext-go Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
client9/misspell Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
cloudflare/cfssl Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
clusterhq/flocker-go Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
cockroachdb/cmux Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
codedellemc/goscaleio Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
container-storage-interface/spec Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
containerd update cadvisor godeps to v0.30.0 2018-06-05 17:05:35 -07:00
containernetworking/cni Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
coreos Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
cpuguy83/go-md2man Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
cyphar/filepath-securejoin Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
d2g Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
davecgh/go-spew Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
daviddengcn/go-colortext Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
dgrijalva/jwt-go Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
docker update cadvisor godeps to v0.30.0 2018-06-05 17:05:35 -07:00
elazarl Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
emicklei Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
euank/go-kmsg-parser Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
evanphx/json-patch Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
exponent-io/jsonpath Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
fatih/camelcase Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
fsnotify/fsnotify Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
ghodss/yaml Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
go-ini/ini Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
go-openapi Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
godbus/dbus Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
gogo/protobuf Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
golang update cadvisor godeps to v0.30.0 2018-06-05 17:05:35 -07:00
google update cadvisor godeps to v0.30.1 to revert cadvisor#1916 2018-06-11 11:36:17 -07:00
googleapis/gnostic Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
gophercloud/gophercloud Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
gorilla/websocket Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
gregjones/httpcache Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
grpc-ecosystem Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
hashicorp Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
heketi/heketi Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
imdario/mergo Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
inconshreveable/mousetrap Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
influxdata/influxdb Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
jmespath/go-jmespath Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
jonboulle/clockwork Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
json-iterator/go vendor the latest json-iterator 2018-06-14 12:29:27 -07:00
jteeuwen/go-bindata Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
kardianos/osext Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
kr Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
kubernetes/repo-infra Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
libopenstorage/openstorage Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
lpabon/godbc Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
magiconair/properties Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mailru/easyjson Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
marstr/guid Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mattn/go-shellwords update cadvisor godeps to v0.30.0 2018-06-05 17:05:35 -07:00
matttproud/golang_protobuf_extensions Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mholt/caddy Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
miekg/dns Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mindprince/gonvml Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mistifyio/go-zfs Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mitchellh Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
modern-go Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mohae/deepcopy Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mrunalp/fileutils Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mvdan/xurls Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
mxk/go-flowrate Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
onsi Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
opencontainers Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
pborman/uuid Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
pelletier/go-toml Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
peterbourgon/diskv Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
pkg Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
pmezard/go-difflib Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
pquerna/cachecontrol Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
prometheus Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
quobyte/api Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
rancher/go-rancher Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
renstrom/dedent Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
robfig/cron Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
rubiojr/go-vhd Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
russross/blackfriday Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
satori/go.uuid Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
seccomp/libseccomp-golang Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
shurcooL/sanitized_anchor_name Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
sirupsen/logrus Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
spf13 Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
storageos/go-api Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
stretchr Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
syndtr/gocapability Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
tools/godep Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
ugorji/go Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
vishvananda Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
vmware Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
xanzy/go-cloudstack Bazel BUILD fixes 2018-06-04 14:31:50 -07:00
xiang90/probing Bazel BUILD fixes 2018-06-04 14:31:50 -07:00