diff options
Diffstat (limited to 'cmd/podman/system/system.go')
| -rw-r--r-- | cmd/podman/system/system.go | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/podman/system/system.go b/cmd/podman/system/system.go index 388905035..ab06c3ae0 100644 --- a/cmd/podman/system/system.go +++ b/cmd/podman/system/system.go @@ -1,9 +1,9 @@  package system  import ( -	"github.com/containers/podman/v2/cmd/podman/registry" -	"github.com/containers/podman/v2/cmd/podman/validate" -	"github.com/containers/podman/v2/pkg/domain/entities" +	"github.com/containers/podman/v3/cmd/podman/registry" +	"github.com/containers/podman/v3/cmd/podman/validate" +	"github.com/containers/podman/v3/pkg/domain/entities"  	"github.com/spf13/cobra"  )  | 
