Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.5
replace k8s.io/cri-api => k8s.io/cri-api v0.25.16

require (
github.com/neuvector/neuvector v0.0.0-20260713022751-c0958d13f7c7
github.com/neuvector/neuvector v0.0.0-20260718001123-e068bbaefbfe
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
google.golang.org/grpc v1.81.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFd
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/neuvector/neuvector v0.0.0-20260713022751-c0958d13f7c7 h1:hZ1CukZfXUZcbW1fNCx+WOrhaes+dZ8Qs8WDyNVT+8Y=
github.com/neuvector/neuvector v0.0.0-20260713022751-c0958d13f7c7/go.mod h1:UOSpSrtxl2AQCJ6XYEa577VlXRChcKgvxUghKd3qYAc=
github.com/neuvector/neuvector v0.0.0-20260718001123-e068bbaefbfe h1:BoERf/lLyEm+9EitOgfOXSEPWukF3oPDXCleiJhdysY=
github.com/neuvector/neuvector v0.0.0-20260718001123-e068bbaefbfe/go.mod h1:UOSpSrtxl2AQCJ6XYEa577VlXRChcKgvxUghKd3qYAc=
github.com/neuvector/neuvector/controller/k8sapi v1.0.1-0.20260713022751-c0958d13f7c7 h1:fPE60mYtEBavKea2FxAFhawzm8VGpPk2NMbZr5bX/C8=
github.com/neuvector/neuvector/controller/k8sapi v1.0.1-0.20260713022751-c0958d13f7c7/go.mod h1:McwcXqmrfjN41Y5ETg3Bjfe8DfCp8KHrZjF5DhVLRuk=
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
Expand Down
27 changes: 25 additions & 2 deletions vendor/github.com/neuvector/neuvector/share/scan/registry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ github.com/modern-go/reflect2
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
## explicit
github.com/munnerz/goautoneg
# github.com/neuvector/neuvector v0.0.0-20260713022751-c0958d13f7c7
# github.com/neuvector/neuvector v0.0.0-20260718001123-e068bbaefbfe
## explicit; go 1.26.5
github.com/neuvector/neuvector/controller/api
github.com/neuvector/neuvector/share
Expand Down
Loading