mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
.github
actions
api
assets
charts
cmd
deploy
docs
e2e
templates
vendor
cel.dev
github.com
JeffAshton
Microsoft
NYTimes
antlr4-go
asaskevich
beorn7
blang
cenkalti
ceph
cespare
containerd
coreos
cyphar
davecgh
distribution
docker
emicklei
euank
felixge
fsnotify
fxamacker
go-logr
go-openapi
go-task
godbus
gogo
golang
protobuf
google
gorilla
grpc-ecosystem
inconshreveable
josharian
json-iterator
karrick
klauspost
kubernetes-csi
kylelemons
mailru
mistifyio
moby
modern-go
munnerz
mxk
onsi
opencontainers
pkg
prometheus
sirupsen
spf13
stoewer
x448
go.etcd.io
go.opentelemetry.io
go.uber.org
golang.org
google.golang.org
gopkg.in
k8s.io
sigs.k8s.io
modules.txt
README.md
ceph_user.go
cephfs.go
cephfs_helper.go
clone.go
configmap.go
deploy-vault.go
deployment.go
e2e_test.go
errors.go
errors_test.go
go.mod
go.sum
kms.go
log.go
migration.go
namespace.go
nfs.go
node.go
operator.go
pod.go
pvc.go
rbd.go
rbd_helper.go
resize.go
snapshot.go
staticpvc.go
upgrade-cephfs.go
upgrade-rbd.go
upgrade.go
utils.go
volumegroupsnapshot.go
volumegroupsnapshot_base.go
examples
internal
pkg
scripts
tools
troubleshooting
vendor
.commitlintrc.yml
.gitignore
.mergify.yml
.pre-commit-config.yaml
LICENSE
Makefile
PendingReleaseNotes.md
README.md
build.env
deploy.sh
go.mod
go.sum
Several packages are only used while running the e2e suite. These packages are less important to update, as the they can not influence the final executable that is part of the Ceph-CSI container-image. By moving these dependencies out of the main Ceph-CSI go.mod, it is easier to identify if a reported CVE affects Ceph-CSI, or only the testing (like most of the Kubernetes CVEs). Signed-off-by: Niels de Vos <ndevos@ibm.com>