Skip to content

Commit

Permalink
[YUNIKORN-2541] Upgrade golang.org/x/net for CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfred-s committed May 9, 2024
1 parent 2b6ca82 commit aa89a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ 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/lint => golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net => golang.org/x/net v0.21.0
golang.org/x/sys => golang.org/x/sys v0.17.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
golang.org/x/tools => golang.org/x/tools v0.17.0
google.golang.org/protobuf => google.golang.org/protobuf v1.33.0
Expand Down

0 comments on commit aa89a1e

Please sign in to comment.