fix windows/darwin import

This commit is contained in:
Alex Goodman 2019-10-08 09:45:43 -04:00
parent a978266adf
commit 5e4c3eedb7
No known key found for this signature in database
GPG Key ID: 98AF011C5C78EB7E

View File

@ -4,6 +4,7 @@ package podman
import ( import (
"fmt" "fmt"
"github.com/wagoodman/dive/dive/image"
) )
type resolver struct{} type resolver struct{}