Skip to content

Commit a48336f

Browse files
committed
Imports: Fix imports after vendoring (apimachinery)
Signed-off-by: Michał Żyłowski <[email protected]>
1 parent 52baf68 commit a48336f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/container_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/Sirupsen/logrus"
55
"github.com/kubernetes-incubator/cri-o/oci"
66
"golang.org/x/net/context"
7-
"k8s.io/kubernetes/pkg/fields"
7+
"k8s.io/kubernetes/staging/src/k8s.io/apimachinery/pkg/fields"
88
pb "k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime"
99
)
1010

server/sandbox_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/Sirupsen/logrus"
55
"github.com/kubernetes-incubator/cri-o/oci"
66
"golang.org/x/net/context"
7-
"k8s.io/kubernetes/pkg/fields"
7+
"k8s.io/kubernetes/staging/src/k8s.io/apimachinery/pkg/fields"
88
pb "k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime"
99
)
1010

0 commit comments

Comments
 (0)