aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-openapi/jsonpointer (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Update kubernetes/client-go to v7.0.0 (#1808)Gravatar Yong Tang 8-1296/+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 2-118/+3
(#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>
2018-05-16Dep ensure (#1803)Gravatar Miek Gieben 1-0/+117
* vendor: don't vendor the context stuff We don't need to vendor this anymore as we moved to the std lib for these. * new stuff showing up with dep ensure * remove go-shlex
2017-12-18Update apache/thrift to 0.11.0 and remove pinning (#1317)Gravatar Yong Tang 1-117/+0
The `apache/thrift` recently released a new version of `0.11.0` several days ago. This release is compatible with other packages and as such, there is no need to pinning the `apache/thrift` to `master` anymore in Gopkg.toml. This fix removes the pinning of `apache/thrift` in Gopkg.toml, and updates all dependencies of coredns. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-12-14plugin/metrics: Switch to using promhttp instead of deprecated Handler (#1312)Gravatar James Hartig 1-0/+117
prometheus.Handler is deprecated according to the godoc for the package so instead we're using promhttp. Additionally, we are exposing the Registry that metrics is using so other plugins that are not inside of coredns can read the registry. Otherwise, if we kept using the Default one, there's no way to access that from outside of the coredns repo since it is vendored.
2017-06-01update deps (#686)Gravatar Miek Gieben 1-117/+0
2017-04-28Update vendor with `go dep`Gravatar Yong Tang 9-0/+1411
This fix updates vendor with `go dep` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>