mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
bump go module to version 4
Automated for .go files via gomove [1]: `gomove github.com/containers/podman/v3 github.com/containers/podman/v4` Remaining files via vgrep [2]: `vgrep github.com/containers/podman/v3` [1] https://github.com/KSubedi/gomove [2] https://github.com/vrothberg/vgrep Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"errors"
|
||||
"strings"
|
||||
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package hook
|
||||
import (
|
||||
"testing"
|
||||
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
@ -3,7 +3,7 @@ package hooks
|
||||
import (
|
||||
"context"
|
||||
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
"github.com/fsnotify/fsnotify"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
@ -8,8 +8,8 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
old "github.com/containers/podman/v3/pkg/hooks/0.1.0"
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
old "github.com/containers/podman/v4/pkg/hooks/0.1.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
current "github.com/containers/podman/v3/pkg/hooks/1.0.0"
|
||||
current "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
Reference in New Issue
Block a user