Skip to content

Commit

Permalink
Update module golang.org/x/net to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Dec 2, 2023
1 parent 3b44904 commit 69ddb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ require (
)

// Bump golang.org/x/net to avoid Rapid Reset CVE
replace golang.org/x/net => golang.org/x/net v0.17.0 //allow-merging
replace golang.org/x/net => golang.org/x/net 0.19.0 //allow-merging
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ require (
)

// Bump golang.org/x/net to avoid Rapid Reset CVE
replace golang.org/x/net => golang.org/x/net v0.17.0 //allow-merging
replace golang.org/x/net => golang.org/x/net 0.19.0 //allow-merging

replace github.com/openstack-k8s-operators/infra-operator/apis => ./apis

Expand Down

0 comments on commit 69ddb72

Please sign in to comment.