Skip to content

Commit 5eb0a0f

Browse files
committed
Upgrade go module dependencies
To fix CVE-2023-39325 CVE-2023-3978 CVE-2023-44487 GHSA-m425-mq94-257g
1 parent bcd7220 commit 5eb0a0f

File tree

371 files changed

+31300
-10965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+31300
-10965
lines changed

go.mod

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.19
44

55
require (
66
github.com/go-logr/logr v1.2.3
7-
github.com/golang/glog v1.0.0
7+
github.com/golang/glog v1.1.0
88
github.com/kubevirt/device-plugin-manager v1.19.4
9-
golang.org/x/net v0.7.0
9+
golang.org/x/net v0.17.0
1010
k8s.io/api v0.25.2
1111
k8s.io/apimachinery v0.25.2
1212
k8s.io/kubelet v0.25.2
@@ -17,7 +17,7 @@ require (
1717
github.com/PuerkitoBio/purell v1.1.1 // indirect
1818
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
1919
github.com/beorn7/perks v1.0.1 // indirect
20-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
20+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2121
github.com/davecgh/go-spew v1.1.1 // indirect
2222
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
2323
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
@@ -28,11 +28,11 @@ require (
2828
github.com/go-openapi/swag v0.19.14 // indirect
2929
github.com/gogo/protobuf v1.3.2 // indirect
3030
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
31-
github.com/golang/protobuf v1.5.2 // indirect
31+
github.com/golang/protobuf v1.5.3 // indirect
3232
github.com/google/gnostic v0.5.7-v3refs // indirect
33-
github.com/google/go-cmp v0.5.8 // indirect
33+
github.com/google/go-cmp v0.5.9 // indirect
3434
github.com/google/gofuzz v1.1.0 // indirect
35-
github.com/google/uuid v1.1.2 // indirect
35+
github.com/google/uuid v1.3.0 // indirect
3636
github.com/imdario/mergo v0.3.12 // indirect
3737
github.com/josharian/intern v1.0.0 // indirect
3838
github.com/json-iterator/go v1.1.12 // indirect
@@ -50,16 +50,16 @@ require (
5050
go.uber.org/atomic v1.7.0 // indirect
5151
go.uber.org/multierr v1.6.0 // indirect
5252
go.uber.org/zap v1.21.0 // indirect
53-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
54-
golang.org/x/sys v0.6.0 // indirect
55-
golang.org/x/term v0.6.0 // indirect
56-
golang.org/x/text v0.8.0 // indirect
53+
golang.org/x/oauth2 v0.10.0 // indirect
54+
golang.org/x/sys v0.13.0 // indirect
55+
golang.org/x/term v0.13.0 // indirect
56+
golang.org/x/text v0.13.0 // indirect
5757
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
5858
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
5959
google.golang.org/appengine v1.6.7 // indirect
60-
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
61-
google.golang.org/grpc v1.47.0 // indirect
62-
google.golang.org/protobuf v1.28.0 // indirect
60+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
61+
google.golang.org/grpc v1.58.3 // indirect
62+
google.golang.org/protobuf v1.31.0 // indirect
6363
gopkg.in/inf.v0 v0.9.1 // indirect
6464
gopkg.in/yaml.v2 v2.4.0 // indirect
6565
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

+26-45
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

+17-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/testall.sh

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

+20-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)