add comment on k8s 1.8.1 deps being hosed

pull/3029/head
Matthew Fisher 7 years ago
parent 4f107cc48a
commit 4b9b780421

@ -27,6 +27,8 @@ import:
- ptypes/timestamp
- package: google.golang.org/grpc
version: 1.2.1
# 1.8.1 libs are hosed and need some manual intervention, so pinning to 1.8.0 for now
# so others aren't getting errors when running `glide up`
- package: k8s.io/kubernetes
version: 1.8.0
- package: github.com/gosuri/uitable

Loading…
Cancel
Save