Skip to content

Commit

Permalink
OCPBUGS-21412: Update go.mod for CVE-2023-39325 [Release-4.11]
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Oct 17, 2023
1 parent 643fdaf commit 022439b
Show file tree
Hide file tree
Showing 519 changed files with 141,501 additions and 125,571 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/onsi/gomega v1.7.0
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.17.0 // indirect
google.golang.org/grpc v1.26.0
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
Expand All @@ -23,6 +24,7 @@ require (
)

replace (
golang.org/x/net => golang.org/x/net v0.17.0
k8s.io/api => k8s.io/api v0.18.8
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.18.8
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
Expand Down
68 changes: 26 additions & 42 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/crypto/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/crypto/CONTRIBUTORS

This file was deleted.

Loading

0 comments on commit 022439b

Please sign in to comment.