diff options
Diffstat (limited to 'libpod/driver/driver.go')
-rw-r--r-- | libpod/driver/driver.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/driver/driver.go b/libpod/driver/driver.go index d84ce8d3c..717ac2a4d 100644 --- a/libpod/driver/driver.go +++ b/libpod/driver/driver.go @@ -1,8 +1,8 @@ package driver import ( + "github.com/containers/libpod/pkg/inspect" cstorage "github.com/containers/storage" - "github.com/projectatomic/libpod/pkg/inspect" ) // GetDriverName returns the name of the driver for the given store |