2024-02-07 15:26:53 -05:00
|
|
|
module github.com/containers/podman/v5
|
2019-06-24 11:29:13 +02:00
|
|
|
|
2024-10-29 13:21:17 +01:00
|
|
|
// Warning: if there is a "toolchain" directive anywhere in this file (and most of the
|
|
|
|
|
// time there shouldn't be), its version must be an exact match to the "go" directive.
|
2024-07-15 11:23:50 -04:00
|
|
|
|
2025-03-26 20:30:51 +01:00
|
|
|
go 1.23.3
|
2019-06-24 11:29:13 +02:00
|
|
|
|
|
|
|
|
require (
|
2024-04-30 09:08:49 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.2
|
2022-07-14 13:33:23 +02:00
|
|
|
github.com/blang/semver/v4 v4.0.0
|
2024-10-23 14:00:43 +00:00
|
|
|
github.com/checkpoint-restore/checkpointctl v1.3.0
|
2024-09-11 12:53:24 +02:00
|
|
|
github.com/checkpoint-restore/go-criu/v7 v7.2.0
|
2025-05-12 15:16:07 +00:00
|
|
|
github.com/containernetworking/plugins v1.7.1
|
2025-07-21 12:05:56 -04:00
|
|
|
github.com/containers/buildah v1.41.0
|
2025-08-07 14:54:08 -04:00
|
|
|
github.com/containers/common v0.64.1-0.20250806164630-57def9601f3b
|
2020-08-28 06:03:12 -04:00
|
|
|
github.com/containers/conmon v2.0.20+incompatible
|
2025-05-07 09:32:21 +00:00
|
|
|
github.com/containers/gvisor-tap-vsock v0.8.6
|
2025-08-05 00:29:00 +00:00
|
|
|
github.com/containers/image/v5 v5.36.1
|
2025-02-27 09:59:22 +00:00
|
|
|
github.com/containers/libhvee v0.10.0
|
2025-01-07 13:35:43 +01:00
|
|
|
github.com/containers/ocicrypt v1.2.1
|
2024-02-06 09:57:17 +01:00
|
|
|
github.com/containers/psgo v1.9.0
|
2025-08-05 00:29:00 +00:00
|
|
|
github.com/containers/storage v1.59.1
|
2024-02-07 14:49:47 -06:00
|
|
|
github.com/containers/winquit v1.1.0
|
2023-11-03 14:53:58 +01:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.1-0.20231103132048-7d375ecc2b09
|
2025-05-12 15:14:39 +00:00
|
|
|
github.com/crc-org/vfkit v0.6.1
|
2025-02-14 02:02:06 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.4.1
|
2025-03-01 01:22:31 +00:00
|
|
|
github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
|
2023-10-02 22:19:14 +02:00
|
|
|
github.com/docker/distribution v2.8.3+incompatible
|
2025-07-30 00:36:46 +00:00
|
|
|
github.com/docker/docker v28.3.3+incompatible
|
2024-01-17 19:04:52 +00:00
|
|
|
github.com/docker/go-connections v0.5.0
|
2024-08-01 04:17:44 +00:00
|
|
|
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
|
2022-09-01 12:09:25 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2024-12-01 04:27:57 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.1-0.20241109141217-c266b19b28e9
|
2022-01-17 17:49:00 +01:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2024-01-25 18:39:46 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-11-13 17:03:40 +00:00
|
|
|
github.com/gorilla/handlers v1.5.2
|
2023-11-05 07:11:57 +00:00
|
|
|
github.com/gorilla/mux v1.8.1
|
2024-07-01 23:11:04 +00:00
|
|
|
github.com/gorilla/schema v1.4.1
|
2021-03-17 14:43:10 +01:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2025-05-01 01:44:20 +00:00
|
|
|
github.com/hugelgupf/p9 v0.3.1-0.20250420164440-abc96d20b308
|
2021-09-13 17:25:11 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2024-01-02 12:37:52 +01:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0
|
2024-03-14 11:08:45 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.6
|
2024-11-01 02:37:51 +00:00
|
|
|
github.com/linuxkit/virtsock v0.0.0-20241009230534-cb6a20cc0422
|
2022-10-03 12:12:39 +02:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2025-07-30 14:38:28 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.30
|
2023-09-11 13:41:15 -04:00
|
|
|
github.com/mdlayher/vsock v1.2.1
|
2025-06-05 11:28:32 +02:00
|
|
|
github.com/moby/docker-image-spec v1.3.1
|
2024-11-11 21:45:04 +00:00
|
|
|
github.com/moby/sys/capability v0.4.0
|
2025-04-03 22:00:01 +00:00
|
|
|
github.com/moby/sys/user v0.4.0
|
2025-01-06 14:47:04 +00:00
|
|
|
github.com/moby/term v0.5.2
|
2023-10-10 14:26:48 +00:00
|
|
|
github.com/nxadm/tail v1.4.11
|
2025-08-18 16:56:36 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.24.0
|
2025-07-23 00:15:40 +00:00
|
|
|
github.com/onsi/gomega v1.38.0
|
2025-07-14 23:46:15 +00:00
|
|
|
github.com/opencontainers/cgroups v0.0.4
|
2020-05-21 09:55:44 -04:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2025-03-03 18:51:55 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.1
|
2025-02-28 02:10:42 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.2.1
|
2025-06-01 01:58:59 +00:00
|
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2
|
2025-03-24 16:51:40 +01:00
|
|
|
github.com/opencontainers/selinux v1.12.0
|
2025-06-05 11:47:46 +02:00
|
|
|
github.com/openshift/imagebuilder v1.2.16
|
2025-05-12 15:16:07 +00:00
|
|
|
github.com/rootless-containers/rootlesskit/v2 v2.3.5
|
2025-08-01 05:00:20 +00:00
|
|
|
github.com/shirou/gopsutil/v4 v4.25.7
|
2023-06-03 22:41:38 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2025-02-17 11:55:45 +01:00
|
|
|
github.com/spf13/cobra v1.9.1
|
2025-08-07 14:54:08 -04:00
|
|
|
github.com/spf13/pflag v1.0.7
|
2024-11-23 12:42:26 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-06-05 09:28:54 +00:00
|
|
|
github.com/vbauerster/mpb/v8 v8.10.2
|
2025-05-09 21:52:54 +00:00
|
|
|
github.com/vishvananda/netlink v1.3.1
|
2025-06-27 16:16:48 +02:00
|
|
|
go.etcd.io/bbolt v1.4.2
|
2025-08-08 05:09:52 +00:00
|
|
|
golang.org/x/crypto v0.41.0
|
|
|
|
|
golang.org/x/net v0.43.0
|
2025-07-11 00:26:01 +00:00
|
|
|
golang.org/x/sync v0.16.0
|
2025-08-08 05:09:52 +00:00
|
|
|
golang.org/x/sys v0.35.0
|
|
|
|
|
golang.org/x/term v0.34.0
|
2025-04-17 11:04:58 -04:00
|
|
|
google.golang.org/protobuf v1.36.6
|
2022-03-11 15:02:04 +01:00
|
|
|
gopkg.in/inf.v0 v0.9.1
|
2022-06-17 11:00:21 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2025-07-29 09:23:58 +00:00
|
|
|
sigs.k8s.io/yaml v1.6.0
|
2025-03-24 16:51:40 +01:00
|
|
|
tags.cncf.io/container-device-interface v1.0.1
|
2019-06-24 11:29:13 +02:00
|
|
|
)
|
2022-06-11 06:48:22 -04:00
|
|
|
|
2022-09-12 12:13:29 +00:00
|
|
|
require (
|
2025-05-28 14:53:37 +02:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2025-01-06 14:47:04 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
2025-06-18 14:50:08 +02:00
|
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
2025-08-18 16:56:36 +00:00
|
|
|
github.com/Masterminds/semver/v3 v3.3.1 // indirect
|
2025-05-28 14:53:37 +02:00
|
|
|
github.com/Microsoft/hcsshim v0.13.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
2023-09-12 15:30:07 +02:00
|
|
|
github.com/aead/serpent v0.0.0-20160714141033-fba169763ea6 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
2025-03-10 13:26:31 +01:00
|
|
|
github.com/containerd/cgroups/v3 v3.0.5 // indirect
|
2025-01-27 12:41:14 +01:00
|
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
2024-11-01 13:58:18 +01:00
|
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
2023-10-10 14:24:24 +02:00
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
2025-01-27 12:41:14 +01:00
|
|
|
github.com/containerd/platforms v1.0.0-rc.1 // indirect
|
2025-01-21 19:02:43 +01:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
|
2025-01-08 13:42:24 -06:00
|
|
|
github.com/containerd/typeurl/v2 v2.2.3 // indirect
|
2025-04-09 13:57:48 +02:00
|
|
|
github.com/containernetworking/cni v1.3.0 // indirect
|
2023-01-24 10:47:45 -05:00
|
|
|
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
|
2025-07-21 12:05:56 -04:00
|
|
|
github.com/containers/luksy v0.0.0-20250609192159-bc60f96d4194 // indirect
|
2025-05-28 14:53:37 +02:00
|
|
|
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
2025-03-10 13:26:31 +01:00
|
|
|
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
|
2024-02-09 18:26:17 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2023-05-03 09:16:54 +00:00
|
|
|
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
|
2024-04-10 17:32:46 +02:00
|
|
|
github.com/distribution/reference v0.6.0 // indirect
|
2025-03-26 20:30:51 +01:00
|
|
|
github.com/docker/docker-credential-helpers v0.9.3 // indirect
|
2025-06-02 16:21:25 +00:00
|
|
|
github.com/ebitengine/purego v0.8.4 // indirect
|
2024-01-29 16:30:55 -05:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2025-04-09 13:57:48 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
2025-07-21 12:05:56 -04:00
|
|
|
github.com/fsouza/go-dockerclient v1.12.1 // indirect
|
2025-02-26 11:02:01 +00:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
2025-06-05 11:39:23 +02:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2023-04-10 17:02:21 +05:30
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-12-14 10:55:38 +00:00
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
2024-04-30 04:41:16 +00:00
|
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2025-04-01 09:58:40 -07:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
2024-03-27 21:17:03 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2025-03-03 15:18:34 +00:00
|
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
2025-03-26 20:30:51 +01:00
|
|
|
github.com/google/go-containerregistry v0.20.3 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/google/go-intervals v0.0.2 // indirect
|
2025-04-07 10:09:30 +00:00
|
|
|
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2025-06-27 16:16:48 +02:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
|
2023-04-05 12:59:13 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-08-16 15:07:25 +02:00
|
|
|
github.com/jinzhu/copier v0.4.0 // indirect
|
2025-03-11 10:21:38 +01:00
|
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2024-09-24 15:22:18 +02:00
|
|
|
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
|
2025-05-12 15:14:39 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/manifoldco/promptui v0.9.0 // indirect
|
2024-07-29 09:47:06 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
2025-03-20 13:14:42 +01:00
|
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
2023-06-09 10:58:13 +00:00
|
|
|
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect
|
2025-07-21 12:05:56 -04:00
|
|
|
github.com/moby/buildkit v0.23.2 // indirect
|
2025-04-17 19:48:18 +00:00
|
|
|
github.com/moby/go-archive v0.1.0 // indirect
|
2023-11-09 14:02:31 +01:00
|
|
|
github.com/moby/patternmatcher v0.6.0 // indirect
|
2024-07-17 23:05:01 +02:00
|
|
|
github.com/moby/sys/mountinfo v0.7.2 // indirect
|
2024-11-01 13:58:18 +01:00
|
|
|
github.com/moby/sys/sequential v0.6.0 // indirect
|
2024-08-13 16:42:32 +00:00
|
|
|
github.com/moby/sys/userns v0.1.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2025-05-28 14:53:37 +02:00
|
|
|
github.com/opencontainers/runc v1.3.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2025-03-26 11:24:16 +01:00
|
|
|
github.com/pkg/sftp v1.13.9 // indirect
|
2024-11-01 13:58:18 +01:00
|
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
2024-02-09 18:26:17 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-05-12 15:14:39 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
2025-01-08 13:42:24 -06:00
|
|
|
github.com/proglottis/gpgme v0.1.4 // indirect
|
2024-02-26 09:50:21 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2025-08-07 14:54:08 -04:00
|
|
|
github.com/seccomp/libseccomp-golang v0.11.1 // indirect
|
2025-01-08 13:42:24 -06:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/segmentio/ksuid v1.0.4 // indirect
|
2025-03-26 20:30:51 +01:00
|
|
|
github.com/sigstore/fulcio v1.6.6 // indirect
|
2025-04-17 11:04:58 -04:00
|
|
|
github.com/sigstore/protobuf-specs v0.4.1 // indirect
|
2025-06-27 16:16:48 +02:00
|
|
|
github.com/sigstore/sigstore v1.9.5 // indirect
|
2025-03-10 13:26:31 +01:00
|
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
|
2025-01-07 13:35:43 +01:00
|
|
|
github.com/smallstep/pkcs7 v0.1.1 // indirect
|
2024-05-17 11:32:20 +02:00
|
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
|
2025-03-26 20:30:51 +01:00
|
|
|
github.com/sylabs/sif/v2 v2.21.1 // indirect
|
2025-07-02 03:28:11 +00:00
|
|
|
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
|
2025-08-01 05:00:20 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
|
|
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
2024-07-17 04:11:53 +00:00
|
|
|
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
|
2024-04-10 17:32:46 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.12 // indirect
|
2025-02-12 14:53:10 +01:00
|
|
|
github.com/vbatts/tar-split v0.12.1 // indirect
|
2025-03-20 11:57:58 +01:00
|
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
2024-03-01 12:07:18 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
2022-11-28 06:38:39 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2025-03-26 20:30:51 +01:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-06-27 16:16:48 +02:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v1.35.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
2025-04-07 10:09:30 +00:00
|
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
2025-06-27 16:16:48 +02:00
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
2025-08-18 16:56:36 +00:00
|
|
|
golang.org/x/mod v0.27.0 // indirect
|
2025-05-28 14:53:37 +02:00
|
|
|
golang.org/x/oauth2 v0.30.0 // indirect
|
2025-08-08 05:09:52 +00:00
|
|
|
golang.org/x/text v0.28.0 // indirect
|
2025-04-17 11:04:58 -04:00
|
|
|
golang.org/x/time v0.11.0 // indirect
|
2025-08-18 16:56:36 +00:00
|
|
|
golang.org/x/tools v0.36.0 // indirect
|
2025-04-17 11:04:58 -04:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
|
2025-06-27 16:16:48 +02:00
|
|
|
google.golang.org/grpc v1.72.2 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2025-03-20 13:14:42 +01:00
|
|
|
tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
)
|