mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
2f6a06df07
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
29 lines
975 B
Modula-2
29 lines
975 B
Modula-2
module sigs.k8s.io/node-feature-discovery/api/nfd
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/stretchr/testify v1.8.4
|
|
k8s.io/api v0.29.0
|
|
k8s.io/apimachinery v0.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.3.0 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/klog/v2 v2.110.1 // indirect
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
)
|