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

@ -2,7 +2,7 @@
package libpod
import "github.com/containers/libpod/v2/libpod/define"
import "github.com/containers/podman/v2/libpod/define"
// createTimer systemd timers for healthchecks of a container
func (c *Container) createTimer() error {