Skip to content

Commit

Permalink
DROP: Upgrade google.golang.org/protobuf to v1.34.2 to resolve CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanabaza committed Nov 25, 2024
1 parent e67c885 commit 3f32eae
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ require (
github.com/prometheus/client_golang v1.19.1
github.com/ray-project/kuberay/proto v0.0.0-20220703232803-3e7749d17400
github.com/ray-project/kuberay/ray-operator v0.0.0-20220703232803-3e7749d17400
<<<<<<< HEAD
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.2
k8s.io/api v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/client-go v0.30.2
k8s.io/klog/v2 v2.130.1
=======
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.34.2
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
k8s.io/klog/v2 v2.100.1
>>>>>>> 61b0d76b (DROP: Upgrade google.golang.org/protobuf to v1.34.2 to resolve CVE)
)

require (
Expand Down
24 changes: 24 additions & 0 deletions apiserver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f32eae

Please sign in to comment.