File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ require (
1717 sigs.k8s.io/controller-runtime v0.11.0
1818)
1919
20+ require github.com/NVIDIA/gpu-monitoring-tools v0.0.0-20211102125545-5a2c58442e48
21+
2022require (
2123 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
2224 github.com/davecgh/go-spew v1.1.1 // indirect
@@ -43,11 +45,11 @@ require (
4345 go.uber.org/atomic v1.7.0 // indirect
4446 go.uber.org/multierr v1.6.0 // indirect
4547 go.uber.org/zap v1.19.1 // indirect
46- golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
48+ golang.org/x/net v0.33.0 // indirect
4749 golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
48- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
49- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
50- golang.org/x/text v0.3.7 // indirect
50+ golang.org/x/sys v0.28.0 // indirect
51+ golang.org/x/term v0.27.0 // indirect
52+ golang.org/x/text v0.21.0 // indirect
5153 golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
5254 google.golang.org/appengine v1.6.7 // indirect
5355 google.golang.org/protobuf v1.27.1 // indirect
You can’t perform that action at this time.
0 commit comments