Skip to content

Commit

Permalink
fix go.mod (#21)
Browse files Browse the repository at this point in the history
* fix go.mod

* gofmt
  • Loading branch information
JacobGros authored Feb 18, 2022
1 parent a2161ec commit 2e63ef2
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 25 deletions.
1 change: 1 addition & 0 deletions api/v1/zz_generated.deepcopy.go

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

4 changes: 3 additions & 1 deletion test/integration-test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module github.com/dell/csi-volumegroup-snapshotter/test/integration-test

replace github.com/dell/gofsutil => ./gofsutil

//replace github.com/dell/gocsi => ./gocsi

replace github.com/dell/csi-volumegroup-snapshotter => ../../

replace github.com/dell/csi-vxflexos/v2 => ./csi-powerflex
Expand All @@ -21,7 +23,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
go.uber.org/zap v1.19.1
google.golang.org/grpc v1.42.0
google.golang.org/grpc v1.43.0
k8s.io/api v0.22.3
k8s.io/apimachinery v0.22.3
k8s.io/client-go v0.22.3
Expand Down
Loading

0 comments on commit 2e63ef2

Please sign in to comment.