mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
bump go module to v3
We missed bumping the go module, so let's do it now :) * Automated go code with github.com/sirkon/go-imports-rename * Manually via `vgrep podman/v2` the rest Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
package libpod
|
||||
|
||||
import "github.com/containers/podman/v2/libpod/define"
|
||||
import "github.com/containers/podman/v3/libpod/define"
|
||||
|
||||
// GetContainerStats gets the running stats for a given container
|
||||
func (c *Container) GetContainerStats(previousStats *define.ContainerStats) (*define.ContainerStats, error) {
|
||||
|
Reference in New Issue
Block a user