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 @@ -10,7 +10,7 @@ require (
github.com/docker/docker v28.1.1+incompatible
github.com/google/uuid v1.6.0
github.com/jedib0t/go-pretty/v6 v6.6.7
github.com/neuvector/neuvector v0.0.0-20251217082449-d56442cccfad
github.com/neuvector/neuvector v0.0.0-20260116025628-58cf773da757
github.com/opencontainers/go-digest v1.0.0
github.com/quay/clair/v2 v2.1.8
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/neuvector/go-rpmdb v0.0.0-20240605184921-0db4de14c27a h1:lmvuJ3uQVRk14exDRLu1Oq78iz8dLE7CJo+QodD+tos=
github.com/neuvector/go-rpmdb v0.0.0-20240605184921-0db4de14c27a/go.mod h1:tQW+vmxLXFPfI1HuRjoiIxOh8A7JudpfWl8xmezEGSs=
github.com/neuvector/neuvector v0.0.0-20251217082449-d56442cccfad h1:cG/KTH/4TL80XhAaSs7hFKbgJo+JM5qLZcYOLKKhy8k=
github.com/neuvector/neuvector v0.0.0-20251217082449-d56442cccfad/go.mod h1:sp9pO/F9EIubfRMh5Kzo1imMc2ur6ylW6Ab7nJ3cXC0=
github.com/neuvector/neuvector v0.0.0-20260116025628-58cf773da757 h1:8+a4DiqAgY83PQJdBBNdIlBzK9gmuQpHhphRvwgRREE=
github.com/neuvector/neuvector v0.0.0-20260116025628-58cf773da757/go.mod h1:7HwPRml8uroVGXISyPO2F8djSXm4x9PGMbQS9JKBul8=
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=
Expand Down
8 changes: 8 additions & 0 deletions vendor/github.com/neuvector/neuvector/share/clus_apis.go

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

2 changes: 2 additions & 0 deletions vendor/github.com/neuvector/neuvector/share/common.pb.go

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

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

539 changes: 303 additions & 236 deletions vendor/github.com/neuvector/neuvector/share/enforcer_service.pb.go

Large diffs are not rendered by default.

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

312 changes: 158 additions & 154 deletions vendor/github.com/neuvector/neuvector/share/scan.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/github.com/neuvector/neuvector/share/scan.proto

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

42 changes: 22 additions & 20 deletions vendor/github.com/neuvector/neuvector/share/scan/scan_utils.go

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

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

7 changes: 7 additions & 0 deletions vendor/github.com/neuvector/neuvector/share/types.go

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

118 changes: 118 additions & 0 deletions vendor/golang.org/x/net/context/context.go

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

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ github.com/neuvector/go-rpmdb/pkg/bdb
github.com/neuvector/go-rpmdb/pkg/db
github.com/neuvector/go-rpmdb/pkg/ndb
github.com/neuvector/go-rpmdb/pkg/sqlite3
# github.com/neuvector/neuvector v0.0.0-20251217082449-d56442cccfad
# github.com/neuvector/neuvector v0.0.0-20260116025628-58cf773da757
## explicit; go 1.24.0
github.com/neuvector/neuvector/controller/api
github.com/neuvector/neuvector/share
Expand Down Expand Up @@ -530,6 +530,7 @@ golang.org/x/crypto/cryptobyte/asn1
golang.org/x/crypto/pbkdf2
# golang.org/x/net v0.47.0
## explicit; go 1.24.0
golang.org/x/net/context
golang.org/x/net/http/httpguts
golang.org/x/net/http2
golang.org/x/net/http2/hpack
Expand Down