Skip to content

Commit

Permalink
CVE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshuraj1333 committed Feb 20, 2024
1 parent 084893c commit 99f9d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/k8s/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ebpf.net/collector
go 1.20

require (
google.golang.org/grpc v1.53.0
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.28.1
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
Expand All @@ -28,7 +28,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
Expand Down

0 comments on commit 99f9d19

Please sign in to comment.