Switch all references to github.com/containers/libpod -> podman

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2020-07-28 08:23:45 -04:00
parent 91c92d10fc
commit a5e37ad280
637 changed files with 2143 additions and 1947 deletions

View File

@ -4,7 +4,7 @@ import (
"context"
"sync"
"github.com/containers/libpod/v2/libpod"
"github.com/containers/podman/v2/libpod"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)