summaryrefslogtreecommitdiff
path: root/libkpod/rename.go
diff options
context:
space:
mode:
Diffstat (limited to 'libkpod/rename.go')
-rw-r--r--libkpod/rename.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpod/rename.go b/libkpod/rename.go
index 7c0279bfe..49f7f18c4 100644
--- a/libkpod/rename.go
+++ b/libkpod/rename.go
@@ -7,8 +7,8 @@ import (
"k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime"
"github.com/docker/docker/pkg/ioutils"
- "github.com/kubernetes-incubator/cri-o/oci"
- "github.com/kubernetes-incubator/cri-o/pkg/annotations"
+ "github.com/projectatomic/libpod/oci"
+ "github.com/projectatomic/libpod/pkg/annotations"
"github.com/opencontainers/runtime-tools/generate"
)