diff options
Diffstat (limited to 'cmd/podman/root_test.go')
-rw-r--r-- | cmd/podman/root_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/root_test.go b/cmd/podman/root_test.go index 0473128df..f2826a304 100644 --- a/cmd/podman/root_test.go +++ b/cmd/podman/root_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - "github.com/containers/podman/v2/libpod/define" + "github.com/containers/podman/v3/libpod/define" "github.com/pkg/errors" ) |