move to statand context package

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2019-08-24 14:44:15 +05:30
committed by mergify[bot]
parent 38ca08bf65
commit 3af364e7b5
10 changed files with 13 additions and 10 deletions

View File

@ -17,6 +17,7 @@ limitations under the License.
package rbd
import (
"context"
"fmt"
csicommon "github.com/ceph/ceph-csi/pkg/csi-common"
@ -24,7 +25,6 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
"github.com/kubernetes-csi/csi-lib-utils/protosanitizer"
"golang.org/x/net/context"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"

View File

@ -17,6 +17,7 @@ limitations under the License.
package rbd
import (
"context"
"fmt"
"os"
"strings"
@ -25,7 +26,6 @@ import (
"github.com/ceph/ceph-csi/pkg/util"
"github.com/container-storage-interface/spec/lib/go/csi"
"golang.org/x/net/context"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"

View File

@ -17,10 +17,10 @@ limitations under the License.
package rbd
import (
"context"
"fmt"
"github.com/ceph/ceph-csi/pkg/util"
"golang.org/x/net/context"
"github.com/pkg/errors"
"k8s.io/klog"

View File

@ -17,6 +17,7 @@ limitations under the License.
package rbd
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
@ -27,7 +28,6 @@ import (
"time"
"github.com/ceph/ceph-csi/pkg/util"
"golang.org/x/net/context"
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/timestamp"