diff options
Diffstat (limited to 'libkpod/container.go')
-rw-r--r-- | libkpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpod/container.go b/libkpod/container.go index 7afcfa009..e0ff348d0 100644 --- a/libkpod/container.go +++ b/libkpod/container.go @@ -4,10 +4,10 @@ import ( "fmt" cstorage "github.com/containers/storage" + "github.com/pkg/errors" "github.com/projectatomic/libpod/libkpod/sandbox" "github.com/projectatomic/libpod/oci" "github.com/projectatomic/libpod/pkg/registrar" - "github.com/pkg/errors" ) // GetStorageContainer searches for a container with the given name or ID in the given store |