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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]