diff options
Diffstat (limited to 'cmd/podman/manifest/remove.go')
| -rw-r--r-- | cmd/podman/manifest/remove.go | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/cmd/podman/manifest/remove.go b/cmd/podman/manifest/remove.go index 170e68d3f..1d1128166 100644 --- a/cmd/podman/manifest/remove.go +++ b/cmd/podman/manifest/remove.go @@ -4,9 +4,9 @@ import (  	"context"  	"fmt" -	"github.com/containers/podman/v2/cmd/podman/common" -	"github.com/containers/podman/v2/cmd/podman/registry" -	"github.com/containers/podman/v2/pkg/domain/entities" +	"github.com/containers/podman/v3/cmd/podman/common" +	"github.com/containers/podman/v3/cmd/podman/registry" +	"github.com/containers/podman/v3/pkg/domain/entities"  	"github.com/pkg/errors"  	"github.com/spf13/cobra"  ) | 
