You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by "wilfred-s (via GitHub)" <gi...@apache.org> on 2023/06/19 04:20:53 UTC

[GitHub] [yunikorn-scheduler-interface] wilfred-s commented on a diff in pull request #96: [YUNIKORN-1820] update protoc, protoc-gen-go, grpc

wilfred-s commented on code in PR #96:
URL: https://github.com/apache/yunikorn-scheduler-interface/pull/96#discussion_r1233502138


##########
go.mod:
##########
@@ -22,23 +22,21 @@ module github.com/apache/yunikorn-scheduler-interface
 go 1.20
 
 require (
-	github.com/golang/protobuf v1.2.0
-	golang.org/x/net v0.8.0
-	google.golang.org/grpc v1.23.1
-	google.golang.org/protobuf v1.26.0-rc.1
+	github.com/golang/protobuf v1.5.3
+	google.golang.org/grpc v1.56.0
+	google.golang.org/protobuf v1.30.0
 )
 
 require (
-	golang.org/x/sys v0.6.0 // indirect
-	golang.org/x/text v0.8.0 // indirect
-	google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
+	golang.org/x/net v0.9.0 // indirect
+	golang.org/x/sys v0.7.0 // indirect

Review Comment:
   The latest ones I can see are:
   ```
   golang.org/x/net => golang.org/x/net v0.10.0
   golang.org/x/sys => golang.org/x/sys v0.8.0
   golang.org/x/tools => golang.org/x/tools v0.9.3
   ```



##########
go.mod:
##########
@@ -22,23 +22,21 @@ module github.com/apache/yunikorn-scheduler-interface
 go 1.20
 
 require (
-	github.com/golang/protobuf v1.2.0
-	golang.org/x/net v0.8.0
-	google.golang.org/grpc v1.23.1
-	google.golang.org/protobuf v1.26.0-rc.1
+	github.com/golang/protobuf v1.5.3
+	google.golang.org/grpc v1.56.0
+	google.golang.org/protobuf v1.30.0
 )
 
 require (
-	golang.org/x/sys v0.6.0 // indirect
-	golang.org/x/text v0.8.0 // indirect
-	google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
+	golang.org/x/net v0.9.0 // indirect
+	golang.org/x/sys v0.7.0 // indirect
+	golang.org/x/text v0.9.0 // indirect
+	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
 )
 
 replace (

Review Comment:
   Can we also update these replace values?
   Keep them insync with the ones above etc



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org