mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
59b0d5000a
bump client version 5.0.2
18 lines
449 B
YAML
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
|