File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"google.golang.org/grpc"
25
25
26
26
api "github.com/containerd/containerd/api/runtime/sandbox/v1"
27
- "github.com/containerd/errdefs"
27
+ "github.com/containerd/containerd/ errdefs"
28
28
)
29
29
30
30
// NewClient returns a new sandbox client that handles both GRPC and TTRPC clients.
Original file line number Diff line number Diff line change 17
17
package introspection
18
18
19
19
import (
20
- "context"
20
+ context "context"
21
21
"errors"
22
22
23
23
"google.golang.org/grpc"
24
24
25
25
api "github.com/containerd/containerd/api/services/introspection/v1"
26
+ "github.com/containerd/containerd/errdefs"
26
27
"github.com/containerd/containerd/plugin"
27
28
ptypes "github.com/containerd/containerd/protobuf/types"
28
29
"github.com/containerd/containerd/services"
29
- "github.com/containerd/errdefs"
30
30
)
31
31
32
32
func init () {
You can’t perform that action at this time.
0 commit comments