aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/eapache/queue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Add `go mod` support (#2503)Gravatar Yong Tang 2-123/+0
* Remove vendor and go-dep Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add go.mod Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update Makefile and .travis.yml Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-12-16 Update client-go to v10.0.0 (Kubernetes 1.13) (#2382)Gravatar Yong Tang 3-46/+0
* Update client-go to v10.0.0 (Kubernetes 1.13) This fix updates client-go to v10.0.0 which matches Kubernetes 1.13 (released several days ago). Other changes in Gopkg.yaml: - Updated apimachinary, api, klog, yaml associated with k8s version go dep will not automatically match the version. - Added [prune] field (otherwise go dep will not prune automatically) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Updated Gopkg.lock Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Updated vendor for client-go v10.0.0 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-09-29Dep helper (#2151)Gravatar Manuel Alejandro de Brito Fontes 1-178/+0
* Add dep task to update go dependencies * Update go dependencies
2017-12-18Update apache/thrift to 0.11.0 and remove pinning (#1317)Gravatar Yong Tang 2-11/+41
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-04-28Update vendor with `go dep`Gravatar Yong Tang 6-0/+317
This fix updates vendor with `go dep` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>