You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/02 08:23:33 UTC

[GitHub] [pulsar] nicoloboschi commented on a change in pull request #14527: Update go client version to 0.8.0 for Go Function

nicoloboschi commented on a change in pull request #14527:
URL: https://github.com/apache/pulsar/pull/14527#discussion_r817448864



##########
File path: pulsar-function-go/go.mod
##########
@@ -3,15 +3,16 @@ module github.com/apache/pulsar/pulsar-function-go
 go 1.13
 
 require (
-	github.com/apache/pulsar-client-go v0.7.0
-	github.com/golang/protobuf v1.4.3
-	github.com/prometheus/client_golang v1.7.1
+	github.com/apache/pulsar-client-go v0.8.0
+	github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
+	github.com/golang/protobuf v1.5.2
+	github.com/prometheus/client_golang v1.11.0

Review comment:
       1.11.0 is flagged with a critical CVE, could you upgrade it to 1.11.1 ? 




-- 
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: commits-unsubscribe@pulsar.apache.org

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