1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00
node-feature-discovery/glide.yaml

21 lines
489 B
YAML
Raw Normal View History

2016-08-30 17:04:43 -07:00
package: github.com/kubernetes-incubator/node-feature-discovery
import:
- package: github.com/klauspost/cpuid
version: v1.0
- package: github.com/docopt/docopt.go
version: ^0.6.2
- package: k8s.io/kubernetes
version: v1.3.0
subpackages:
- pkg/api
- pkg/client/unversioned
- package: github.com/smartystreets/goconvey
version: 1.6.2
subpackages:
- convey
- package: github.com/stretchr/testify
version: v1.1.3
subpackages:
- mock
- package: github.com/vektra/errors