-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 983 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/ffromani/ctrreschk
go 1.22
require (
github.com/ffromani/cpumgrx v0.0.17
github.com/go-logr/logr v1.2.4
github.com/go-logr/stdr v1.2.2
github.com/jaypipes/ghw v0.12.0
github.com/spf13/cobra v1.8.1
k8s.io/klog/v2 v2.100.1
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/ffromani/cpuset v0.0.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/cadvisor v0.49.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)