1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/glide.yaml
Michał Stachowski 59b0d5000a Add support for Kubernetes 1.8+ (#82)
bump client version 5.0.2
2017-11-21 12:21:56 +01:00

18 lines
449 B
YAML

package: github.com/kubernetes-incubator/node-feature-discovery
import:
- package: github.com/docopt/docopt-go
version: ^0.6.2
- package: github.com/klauspost/cpuid
version: ^1.0.0
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- mock
- package: k8s.io/client-go
version: v5.0.1
testImport:
- package: github.com/smartystreets/goconvey
version: ^1.6.2
subpackages:
- convey
- package: github.com/vektra/errors