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
Markus Lehtonen 93f4221d47 Correct project path in Glide config file
Changed when nfd repo was migrated to kubernetes-sigs org.
2018-12-04 22:27:54 +02:00

18 lines
429 B
YAML

package: sigs.k8s.io/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