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:
Valentin Rothberg
2022-01-18 10:14:48 +01:00
parent d6b0720b9c
commit bd09b7aa79
720 changed files with 1975 additions and 1975 deletions

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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"

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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"
)