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

@ -6,7 +6,7 @@ import (
"errors"
"strings"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
rspec "github.com/opencontainers/runtime-spec/specs-go"
)

View File

@ -3,7 +3,7 @@ package hook
import (
"testing"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
rspec "github.com/opencontainers/runtime-spec/specs-go"
"github.com/stretchr/testify/assert"
)

View File

@ -9,7 +9,7 @@ import (
"strings"
"sync"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
rspec "github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"

View File

@ -9,7 +9,7 @@ import (
"runtime"
"testing"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
rspec "github.com/opencontainers/runtime-spec/specs-go"
"github.com/stretchr/testify/assert"
)

View File

@ -3,7 +3,7 @@ package hooks
import (
"context"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
"github.com/fsnotify/fsnotify"
"github.com/sirupsen/logrus"
)

View File

@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"
old "github.com/containers/libpod/v2/pkg/hooks/0.1.0"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
old "github.com/containers/podman/v2/pkg/hooks/0.1.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)

View File

@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"
current "github.com/containers/libpod/v2/pkg/hooks/1.0.0"
current "github.com/containers/podman/v2/pkg/hooks/1.0.0"
rspec "github.com/opencontainers/runtime-spec/specs-go"
"github.com/stretchr/testify/assert"
)