chenyulin0719 commented on code in PR #822:
URL: https://github.com/apache/yunikorn-k8shim/pull/822#discussion_r1570010133
##########
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:
The indirect require have a newer version from 'go mod tidy', so @targetoee
update replace golang.org/x/crypto to v0.21.0 as I suggested.
##########
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:
The indirect require have a newer version after run 'go mod tidy', so
@targetoee update replace golang.org/x/crypto to v0.21.0 as I suggested.
--
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]