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

19 lines
449 B
YAML
Raw Normal View History

2016-08-31 00:04:43 +00:00
package: github.com/kubernetes-incubator/node-feature-discovery
import:
2016-11-10 14:43:48 +00:00
- package: github.com/docopt/docopt-go
version: ^0.6.2
2016-11-10 14:43:48 +00:00
- 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
2016-11-10 14:43:48 +00:00
testImport:
- package: github.com/smartystreets/goconvey
2016-11-10 14:43:48 +00:00
version: ^1.6.2
subpackages:
- convey
- package: github.com/vektra/errors