mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 22:40:12 +01:00
refact(csi): use common lib-csi imports (#263)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
48e6a19d7c
commit
2906d39d94
55 changed files with 271 additions and 611 deletions
19
vendor/modules.txt
vendored
19
vendor/modules.txt
vendored
|
|
@ -19,7 +19,6 @@ github.com/evanphx/json-patch
|
|||
## explicit
|
||||
github.com/ghodss/yaml
|
||||
# github.com/gogo/protobuf v1.3.0
|
||||
## explicit
|
||||
github.com/gogo/protobuf/proto
|
||||
github.com/gogo/protobuf/sortkeys
|
||||
# github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
|
||||
|
|
@ -44,7 +43,6 @@ github.com/google/go-cmp/cmp/internal/value
|
|||
# github.com/google/gofuzz v1.0.0
|
||||
github.com/google/gofuzz
|
||||
# github.com/googleapis/gnostic v0.3.1
|
||||
## explicit
|
||||
github.com/googleapis/gnostic/OpenAPIv2
|
||||
github.com/googleapis/gnostic/compiler
|
||||
github.com/googleapis/gnostic/extensions
|
||||
|
|
@ -59,7 +57,6 @@ github.com/hpcloud/tail/util
|
|||
github.com/hpcloud/tail/watch
|
||||
github.com/hpcloud/tail/winfile
|
||||
# github.com/imdario/mergo v0.3.7
|
||||
## explicit
|
||||
github.com/imdario/mergo
|
||||
# github.com/inconshreveable/mousetrap v1.0.0
|
||||
github.com/inconshreveable/mousetrap
|
||||
|
|
@ -67,7 +64,6 @@ github.com/inconshreveable/mousetrap
|
|||
## explicit
|
||||
github.com/jpillora/go-ogle-analytics
|
||||
# github.com/json-iterator/go v1.1.8
|
||||
## explicit
|
||||
github.com/json-iterator/go
|
||||
# github.com/kubernetes-csi/csi-lib-utils v0.6.1
|
||||
## explicit
|
||||
|
|
@ -110,6 +106,17 @@ github.com/onsi/gomega/matchers/support/goraph/edge
|
|||
github.com/onsi/gomega/matchers/support/goraph/node
|
||||
github.com/onsi/gomega/matchers/support/goraph/util
|
||||
github.com/onsi/gomega/types
|
||||
# github.com/openebs/lib-csi v0.0.0-20201218144414-a64be5d4731e
|
||||
## explicit
|
||||
github.com/openebs/lib-csi/pkg/btrfs
|
||||
github.com/openebs/lib-csi/pkg/client/k8s
|
||||
github.com/openebs/lib-csi/pkg/common/env
|
||||
github.com/openebs/lib-csi/pkg/common/errors
|
||||
github.com/openebs/lib-csi/pkg/common/helpers
|
||||
github.com/openebs/lib-csi/pkg/common/kubernetes/client
|
||||
github.com/openebs/lib-csi/pkg/mount
|
||||
github.com/openebs/lib-csi/pkg/scheduler
|
||||
github.com/openebs/lib-csi/pkg/xfs
|
||||
# github.com/pkg/errors v0.8.1
|
||||
## explicit
|
||||
github.com/pkg/errors
|
||||
|
|
@ -119,13 +126,11 @@ github.com/pmezard/go-difflib/difflib
|
|||
## explicit
|
||||
github.com/spf13/cobra
|
||||
# github.com/spf13/pflag v1.0.5
|
||||
## explicit
|
||||
github.com/spf13/pflag
|
||||
# github.com/stretchr/testify v1.5.1
|
||||
## explicit
|
||||
github.com/stretchr/testify/assert
|
||||
# golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
|
||||
## explicit
|
||||
golang.org/x/crypto/ssh/terminal
|
||||
# golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
|
||||
## explicit
|
||||
|
|
@ -212,7 +217,6 @@ gonum.org/v1/gonum/lapack/gonum
|
|||
gonum.org/v1/gonum/lapack/lapack64
|
||||
gonum.org/v1/gonum/mat
|
||||
# google.golang.org/appengine v1.6.2
|
||||
## explicit
|
||||
google.golang.org/appengine
|
||||
google.golang.org/appengine/internal
|
||||
google.golang.org/appengine/internal/app_identity
|
||||
|
|
@ -569,7 +573,6 @@ k8s.io/kube-openapi/pkg/util/proto
|
|||
## explicit
|
||||
k8s.io/kubernetes/pkg/util/mount
|
||||
# k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
|
||||
## explicit
|
||||
k8s.io/utils/buffer
|
||||
k8s.io/utils/exec
|
||||
k8s.io/utils/integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue