Skip to content

Commit

Permalink
[YUNIKORN-2541] [ADDENDUM] Upgrade golang.org/x/net for CVEs (#136)
Browse files Browse the repository at this point in the history
Update golang.org/x/crypto to v0.21.0 to keep our versions in the replace up to date.

Closes: #136

Signed-off-by: Yu-Lin Chen <[email protected]>
(cherry picked from commit b700819)
  • Loading branch information
targetoee authored and pbacsko committed May 3, 2024
1 parent ecd8cbe commit 3ad69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
)

replace (
golang.org/x/crypto => golang.org/x/crypto v0.19.0
golang.org/x/crypto => golang.org/x/crypto v0.21.0
golang.org/x/net => golang.org/x/net v0.23.0
golang.org/x/sys => golang.org/x/sys v0.18.0
golang.org/x/text => golang.org/x/text v0.14.0
Expand Down

0 comments on commit 3ad69cd

Please sign in to comment.