File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
test/e2e/storage/drivers/csi-test/mock/service Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ limitations under the License.
17
17
package service
18
18
19
19
import (
20
+ "context"
20
21
"fmt"
21
22
"path"
22
23
"reflect"
23
24
"strconv"
24
25
25
26
"github.com/container-storage-interface/spec/lib/go/csi"
26
- "golang.org/x/net/context"
27
27
"google.golang.org/grpc/codes"
28
28
"google.golang.org/grpc/status"
29
29
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
17
17
package service
18
18
19
19
import (
20
- "golang.org/x/net/ context"
20
+ "context"
21
21
22
22
"github.com/container-storage-interface/spec/lib/go/csi"
23
23
"github.com/golang/protobuf/ptypes/wrappers"
Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ limitations under the License.
17
17
package service
18
18
19
19
import (
20
+ "context"
20
21
"fmt"
21
22
"path"
22
23
"strconv"
23
24
24
25
"google.golang.org/grpc/codes"
25
26
"google.golang.org/grpc/status"
26
27
27
- "golang.org/x/net/context"
28
-
29
28
"github.com/container-storage-interface/spec/lib/go/csi"
30
29
)
31
30
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ limitations under the License.
17
17
package service
18
18
19
19
import (
20
+ "context"
20
21
"fmt"
21
22
"os"
22
23
"strings"
23
24
"sync"
24
25
"sync/atomic"
25
26
26
27
"github.com/container-storage-interface/spec/lib/go/csi"
27
- "golang.org/x/net/context"
28
28
"google.golang.org/grpc/codes"
29
29
"k8s.io/kubernetes/test/e2e/storage/drivers/csi-test/mock/cache"
30
30
You can’t perform that action at this time.
0 commit comments