Skip to content

Commit

Permalink
Vetting Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitap26 committed Jan 24, 2022
1 parent 6e3bbe2 commit 9ec96b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require (
github.com/dell/gocsi v1.5.0
github.com/dell/gofsutil v1.6.0
github.com/dell/goiscsi v1.2.0
github.com/dell/gonvme v1.0.0
github.com/dell/gopowerstore v1.6.1-0.20220120132720-96c2320b69fe
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/mock v1.4.4
Expand All @@ -39,6 +38,7 @@ require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/dell/gonvme v0.0.0-20220119211702-1dd63f6211d2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v0.4.0 // indirect
github.com/go-openapi/errors v0.19.8 // indirect
Expand Down Expand Up @@ -93,7 +93,6 @@ replace (
github.com/dell/dell-csi-extensions/common v1.0.0 => github.com/dell/dell-csi-extensions/common v0.0.0-20211217121714-58de430139aa
github.com/dell/dell-csi-extensions/replication v1.0.0 => github.com/dell/dell-csi-extensions/replication v0.0.0-20211217121714-58de430139aa
github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.0.0 => github.com/dell/dell-csi-extensions/volumeGroupSnapshot v0.0.0-20211217121714-58de430139aa
github.com/dell/gonvme => ../gonvme
)

replace (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ github.com/dell/gofsutil v1.6.0/go.mod h1:98Wpcg7emz4iGgY16fd4MKpnal2SX2hBiwP5gh
github.com/dell/goiscsi v1.1.0/go.mod h1:MfuMjbKWsh/MOb0VDW20C+LFYRIOfWKGiAxWkeM5TKo=
github.com/dell/goiscsi v1.2.0 h1:ocQs4pz2Fw2vr73RVAQBKwpN468SK4TZHPLhU7/FB9A=
github.com/dell/goiscsi v1.2.0/go.mod h1:MfuMjbKWsh/MOb0VDW20C+LFYRIOfWKGiAxWkeM5TKo=
github.com/dell/gonvme v0.0.0-20220119211702-1dd63f6211d2 h1:DmgJgOZGH5z5cxmLnrxgqTenTQ6tY3cNdZYkekNYGaw=
github.com/dell/gonvme v0.0.0-20220119211702-1dd63f6211d2/go.mod h1:JXLmgxE/2dsiXqW5E+kH5Zo11lOjCuHyiHu92xqR9O0=
github.com/dell/gopowerstore v1.6.1-0.20211223095101-c47391fc979f h1:F+aAuMlcTUV/F6eWYoM94+I6MR94gVE3g8ZY65DGzbE=
github.com/dell/gopowerstore v1.6.1-0.20211223095101-c47391fc979f/go.mod h1:0ziQJ1iuZYDV+P53ua+VeH+rIylYT9WNjGSI/7aPly0=
github.com/dell/gopowerstore v1.6.1-0.20220120132720-96c2320b69fe h1:GC4KihepEV4ctfHoZXM+o2wd807fsBGzLrXsl1bHk6Q=
Expand Down
2 changes: 1 addition & 1 deletion helm/csi-powerstore/driver-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IT IS RECOMMENDED YOU DO NOT CHANGE THE IMAGES TO BE DOWNLOADED.
images:
# "images.driver" defines the container images used for the driver container.
driver: dellemc/csi-powerstore:v2.2.0
driver: amaas-eos-mw1.cec.lab.emc.com:5028/csi-powerstore:nvme-test-Jan21

0 comments on commit 9ec96b8

Please sign in to comment.