Skip to content

Commit 7c0150d

Browse files
Bump golang.org/x/net in /daemon/src
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211209124913-491a49abca63 to 0.33.0. - [Commits](https://github.com/golang/net/commits/v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8db700f commit 7c0150d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

daemon/src/go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
2022
require (
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

0 commit comments

Comments
 (0)