summaryrefslogtreecommitdiff
path: root/libpod/in_memory_state.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/in_memory_state.go')
-rw-r--r--libpod/in_memory_state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/in_memory_state.go b/libpod/in_memory_state.go
index b8747d4e7..e815dce3c 100644
--- a/libpod/in_memory_state.go
+++ b/libpod/in_memory_state.go
@@ -2,7 +2,7 @@ package libpod
import (
"github.com/docker/docker/pkg/truncindex"
- "github.com/kubernetes-incubator/cri-o/pkg/registrar"
+ "github.com/projectatomic/libpod/pkg/registrar"
"github.com/pkg/errors"
)