aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/images/unmount.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/images/unmount.go')
-rw-r--r--cmd/podman/images/unmount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/images/unmount.go b/cmd/podman/images/unmount.go
index 3ada09937..2a3df7cbd 100644
--- a/cmd/podman/images/unmount.go
+++ b/cmd/podman/images/unmount.go
@@ -1,13 +1,13 @@
package images
import (
+ "errors"
"fmt"
"github.com/containers/podman/v4/cmd/podman/common"
"github.com/containers/podman/v4/cmd/podman/registry"
"github.com/containers/podman/v4/cmd/podman/utils"
"github.com/containers/podman/v4/pkg/domain/entities"
- "github.com/pkg/errors"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)