aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-openapi/swag/json.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Update kubernetes/client-go to v7.0.0 (#1808)Gravatar Yong Tang 1-310/+0
This fix updates k8s' client-go to v7.0.0, which matches k8s 1.10. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-05-16Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning ↵Gravatar Yong Tang 1-5/+20
(#1805) This fix is an vendor update. Both ugorji and thrift have to be pinned to compile. The ugorji is from etcd and thrift is from zipkin. This fix fixes #1802. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-08-28dep ensure -update (#1001)Gravatar Miek Gieben 1-2/+6
* dep ensure -update Run "dep ensure -update` to update all dependencies. No code changes; just the dependencies. * dep prune * add new venderod
2017-04-28Update vendor with `go dep`Gravatar Yong Tang 1-0/+291
This fix updates vendor with `go dep` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>