adityadtu5 commented on code in PR #1036:
URL: https://github.com/apache/yunikorn-k8shim/pull/1036#discussion_r3338599185
##########
go.mod:
##########
@@ -104,17 +104,17 @@ require (
go.opentelemetry.io/otel/trace v1.43.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
- golang.org/x/crypto v0.49.0 // indirect
+ golang.org/x/crypto v0.51.0 // indirect
Review Comment:
Added a replace for this with version v0.52.0. However note that require
will still shows the minimum version which the direct module requires. However,
during compilation, replace will override.
--
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]