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 d3413c8
Show file tree
Hide file tree
Showing 519 changed files with 141,502 additions and 125,572 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k8snetworkplumbingwg/multi-networkpolicy-iptables

go 1.13
go 1.17

require (
github.com/containernetworking/cni v0.7.1
Expand All @@ -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 d3413c8

Please sign in to comment.