util: remove unwanted import string from module dependencies

There is no need for an extra import string when the go mod package
itself declared in the same.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2021-03-24 18:43:56 +05:30
committed by mergify[bot]
parent eea97ca014
commit 82bc993b32
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
klog "k8s.io/klog/v2"
"k8s.io/klog/v2"
"github.com/ceph/ceph-csi/internal/util"
)