You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by ma...@apache.org on 2024/03/14 04:22:54 UTC

(yunikorn-scheduler-interface) branch master updated: [YUNIKORN-2489] Upgrade google.golang.org/protobuf to v1.33.0 (#130)

This is an automated email from the ASF dual-hosted git repository.

mani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git


The following commit(s) were added to refs/heads/master by this push:
     new d472611  [YUNIKORN-2489] Upgrade google.golang.org/protobuf to v1.33.0 (#130)
d472611 is described below

commit d472611cf679fc6b2af4e7020af985364ccb6117
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Thu Mar 14 09:52:42 2024 +0530

    [YUNIKORN-2489] Upgrade google.golang.org/protobuf to v1.33.0 (#130)
    
    Closes: #130
    
    Signed-off-by: Manikandan R <ma...@gmail.com>
---
 go.mod             | 2 +-
 go.sum             | 4 ++--
 lib/go/si/si.pb.go | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index 604f027..e2665ea 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ go 1.21
 
 require (
 	google.golang.org/grpc v1.58.3
-	google.golang.org/protobuf v1.31.0
+	google.golang.org/protobuf v1.33.0
 )
 
 require (
diff --git a/go.sum b/go.sum
index 2ef0bd0..1bde5ba 100644
--- a/go.sum
+++ b/go.sum
@@ -17,5 +17,5 @@ google.golang.org/grpc v1.58.3 h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=
 google.golang.org/grpc v1.58.3/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
 google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
-google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
-google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
+google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
+google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
diff --git a/lib/go/si/si.pb.go b/lib/go/si/si.pb.go
index 3d4714e..357259f 100644
--- a/lib/go/si/si.pb.go
+++ b/lib/go/si/si.pb.go
@@ -16,7 +16,7 @@
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
-// 	protoc-gen-go v1.31.0
+// 	protoc-gen-go v1.33.0
 // 	protoc        v4.23.2
 // source: yunikorn-scheduler-interface/si.proto
 


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org