File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ limitations under the License.
1717package nfs
1818
1919import (
20+ "context"
2021 "fmt"
2122 "io/fs"
2223 "os"
@@ -28,7 +29,6 @@ import (
2829 "time"
2930
3031 "github.com/container-storage-interface/spec/lib/go/csi"
31- "golang.org/x/net/context"
3232 "google.golang.org/grpc/codes"
3333 "google.golang.org/grpc/status"
3434 "google.golang.org/protobuf/types/known/timestamppb"
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ limitations under the License.
1717package nfs
1818
1919import (
20+ "context"
21+
2022 "github.com/container-storage-interface/spec/lib/go/csi"
21- "golang.org/x/net/context"
2223 "google.golang.org/grpc/codes"
2324 "google.golang.org/grpc/status"
2425 "google.golang.org/protobuf/types/known/wrapperspb"
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ limitations under the License.
1717package nfs
1818
1919import (
20+ "context"
2021 "fmt"
2122 "os"
2223 "strconv"
2324 "strings"
2425 "time"
2526
2627 "github.com/container-storage-interface/spec/lib/go/csi"
27- "golang.org/x/net/context"
2828 "google.golang.org/grpc/codes"
2929 "google.golang.org/grpc/status"
3030 "k8s.io/klog/v2"
You can’t perform that action at this time.
0 commit comments