chenyulin0719 commented on code in PR #822:
URL: https://github.com/apache/yunikorn-k8shim/pull/822#discussion_r1570019959
##########
go.mod:
##########
@@ -164,10 +164,10 @@ require (
replace (
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.12
github.com/petermattis/goid => github.com/petermattis/goid
v0.0.0-20240327183114-c42a807a84ba
- golang.org/x/crypto => golang.org/x/crypto v0.19.0
+ golang.org/x/crypto => golang.org/x/crypto v0.21.0
Review Comment:
@wilfred-s, @craigcondit , @chia7712,
I remember that we have concluded we should keep all the replace directive
aligned across all the repositories. So I will request @targetoee to update
replcae directive golang.org/x/crypto to v0.21.0 in core and
shceduler-interface as well.
- core: https://github.com/apache/yunikorn-core/blob/master/go.mod#L60
- scheduler-interface:
https://github.com/apache/yunikorn-scheduler-interface/blob/c40fbd225716ad0e0d7fb092be0e4f11d31b3543/go.mod#L38
--
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]