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
Makefile
cmd
podman
auto-update.go
common
completion
containers
diff.go
diff
early_init_linux.go
generate
healthcheck
images
inspect.go
inspect
login.gologout.go
machine
main.go
manifest
networks
play
pods
registry
root.goroot_test.go
secrets
shell_completion_test.go
system
utils
validate
volumes
rootlessport
go.mod
hack/podman-registry-go
libpod
pkg
api
autoupdate
bindings
README.mdconnection.go
containers
errors.go
generate
generator
images
manifests
network
play
pods
secrets
system
test
volumes
checkpoint
copy
domain
hooks
inspect
kubeutils
machine
parallel/ctr
ps
resolvconf
rootless
specgen
specgenutil
systemd
util
test
e2e
attach_test.gobuild_test.gocheckpoint_test.gocommit_test.gocommon_test.gocontainer_create_volume_test.gocontainer_inspect_test.gocontainers_conf_test.gocp_test.gocreate_staticip_test.gocreate_staticmac_test.gocreate_test.godiff_test.goevents_test.goexec_test.goexists_test.goexport_test.gogenerate_kube_test.gogenerate_systemd_test.gohealthcheck_run_test.gohistory_test.goimage_scp_test.goimage_sign_test.goimages_test.goimport_test.goinfo_test.goinit_test.goinspect_test.gokill_test.golibpod_suite_remote_test.golibpod_suite_test.goload_test.gologin_logout_test.gologs_test.gomanifest_test.gomount_rootless_test.gomount_test.gonamespace_test.gonegative_test.gonetwork_connect_disconnect_test.gonetwork_create_test.gonetwork_test.gopause_test.goplay_build_test.goplay_kube_test.gopod_create_test.gopod_infra_container_test.gopod_initcontainers_test.gopod_inspect_test.gopod_kill_test.gopod_pause_test.gopod_pod_namespaces_test.gopod_prune_test.gopod_ps_test.gopod_restart_test.gopod_rm_test.gopod_start_test.gopod_stats_test.gopod_stop_test.gopod_top_test.goport_test.goprune_test.gops_test.gopull_test.gopush_test.gorename_test.gorestart_test.gorm_test.gormi_test.gorun_apparmor_test.gorun_cgroup_parent_test.gorun_cleanup_test.gorun_cpu_test.gorun_device_test.gorun_dns_test.gorun_entrypoint_test.gorun_env_test.gorun_exit_test.gorun_memory_test.gorun_networking_test.gorun_ns_test.gorun_passwd_test.gorun_privileged_test.gorun_restart_test.gorun_seccomp_test.gorun_security_labels_test.gorun_selinux_test.gorun_signal_test.gorun_staticip_test.gorun_test.gorun_userns_test.gorun_volume_test.gorun_working_dir_test.gorunlabel_test.gosave_test.gosearch_test.gosecret_test.gostart_test.gostats_test.gostop_test.gosystem_connection_test.gosystem_df_test.gosystem_dial_stdio_test.gosystem_reset_test.gosystem_service_test.gosystemd_test.gotag_test.gotoolbox_test.gotop_test.gotree_test.gotrust_test.gounshare_test.gountag_test.goversion_test.govolume_create_test.govolume_exists_test.govolume_inspect_test.govolume_ls_test.govolume_plugin_test.govolume_prune_test.govolume_rm_test.gowait_test.go
utils
version
utils

@ -4,7 +4,7 @@ import (
"io/ioutil"
"os"
. "github.com/containers/podman/v3/test/utils"
. "github.com/containers/podman/v4/test/utils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/onsi/gomega/gexec"