2022-01-18 10:14:48 +01:00
|
|
|
module github.com/containers/podman/v4
|
2019-06-24 11:29:13 +02:00
|
|
|
|
2022-11-16 10:43:23 +01:00
|
|
|
go 1.18
|
2019-06-24 11:29:13 +02:00
|
|
|
|
|
|
|
|
require (
|
2022-10-24 12:09:16 +00:00
|
|
|
github.com/BurntSushi/toml v1.2.1
|
2022-07-14 13:33:23 +02:00
|
|
|
github.com/blang/semver/v4 v4.0.0
|
2022-02-04 12:08:41 +00:00
|
|
|
github.com/buger/goterm v1.0.4
|
2023-03-07 16:14:13 +00:00
|
|
|
github.com/checkpoint-restore/checkpointctl v0.1.0
|
2022-11-01 13:57:24 +05:30
|
|
|
github.com/checkpoint-restore/go-criu/v6 v6.3.0
|
2023-02-06 20:09:41 +00:00
|
|
|
github.com/container-orchestrated-devices/container-device-interface v0.5.4
|
2022-07-28 12:11:40 +00:00
|
|
|
github.com/containernetworking/cni v1.1.2
|
2023-01-17 12:12:17 -05:00
|
|
|
github.com/containernetworking/plugins v1.2.0
|
2023-02-02 13:21:21 +05:30
|
|
|
github.com/containers/buildah v1.29.1-0.20230201192322-e56eb25575c7
|
2023-03-29 14:00:05 +02:00
|
|
|
github.com/containers/common v0.51.1-0.20230329113838-e27c30ee9b1b
|
2020-08-28 06:03:12 -04:00
|
|
|
github.com/containers/conmon v2.0.20+incompatible
|
2023-03-29 14:00:05 +02:00
|
|
|
github.com/containers/image/v5 v5.24.3-0.20230324204529-08b04b816eb8
|
2023-03-22 15:29:24 -05:00
|
|
|
github.com/containers/libhvee v0.0.2
|
2023-01-24 10:47:45 -05:00
|
|
|
github.com/containers/ocicrypt v1.1.7
|
2022-10-12 23:05:28 +02:00
|
|
|
github.com/containers/psgo v1.8.0
|
2023-03-29 14:00:05 +02:00
|
|
|
github.com/containers/storage v1.45.5-0.20230326103843-b1216421c44b
|
2022-11-09 13:27:27 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2023-02-27 11:22:22 +00:00
|
|
|
github.com/coreos/stream-metadata-go v0.4.1
|
2021-07-05 12:20:31 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
2022-01-17 17:49:00 +01:00
|
|
|
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
|
2023-02-13 19:57:22 +01:00
|
|
|
github.com/docker/docker v23.0.1+incompatible
|
2022-02-03 18:33:22 -05:00
|
|
|
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11
|
2022-01-17 17:49:00 +01:00
|
|
|
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
|
2022-09-01 12:09:25 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2022-10-13 12:09:26 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0
|
2019-06-24 11:29:13 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2022-10-29 16:03:29 +01:00
|
|
|
github.com/godbus/dbus/v5 v5.1.1-0.20221029134443-4b691ce883d5
|
2022-03-11 15:02:04 +01:00
|
|
|
github.com/google/gofuzz v1.2.0
|
2022-01-17 17:49:00 +01:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-07-13 12:22:13 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-01-17 17:49:00 +01:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2020-09-02 06:46:20 -04:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-08-24 08:16:44 +00:00
|
|
|
github.com/gorilla/schema v1.2.0
|
2021-03-17 14:43:10 +01:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2021-09-13 17:25:11 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2022-10-03 12:12:39 +02:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2023-02-20 12:53:56 -05:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
2023-01-25 19:22:41 +01:00
|
|
|
github.com/moby/term v0.0.0-20221120202655-abb19827d345
|
2022-03-29 13:07:43 +02:00
|
|
|
github.com/nxadm/tail v1.4.8
|
2021-10-12 12:22:34 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2023-04-04 09:35:33 +00:00
|
|
|
github.com/onsi/gomega v1.27.6
|
2020-05-21 09:55:44 -04:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
|
2022-09-08 15:32:44 +02:00
|
|
|
github.com/opencontainers/runc v1.1.4
|
2023-02-23 10:06:32 -05:00
|
|
|
github.com/opencontainers/runtime-spec v1.1.0-rc.1
|
2023-02-06 20:09:41 +00:00
|
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
|
2023-01-25 19:22:41 +01:00
|
|
|
github.com/opencontainers/selinux v1.11.0
|
2023-03-16 16:16:48 +00:00
|
|
|
github.com/openshift/imagebuilder v1.2.4
|
2022-11-15 12:02:35 +00:00
|
|
|
github.com/rootless-containers/rootlesskit v1.1.0
|
2022-07-21 09:58:18 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-10-27 16:26:57 -04:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2019-09-30 12:40:08 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-02-28 15:46:49 -05:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2021-03-17 14:43:10 +01:00
|
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
2021-12-08 12:25:53 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
2022-12-13 12:02:03 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/vbauerster/mpb/v8 v8.3.0
|
2023-01-17 12:12:17 -05:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2023-01-31 12:02:42 +00:00
|
|
|
go.etcd.io/bbolt v1.3.7
|
2023-03-07 01:34:11 +00:00
|
|
|
golang.org/x/net v0.8.0
|
2022-11-04 08:58:12 -04:00
|
|
|
golang.org/x/sync v0.1.0
|
2023-03-06 13:00:25 +00:00
|
|
|
golang.org/x/sys v0.6.0
|
2023-03-07 01:34:11 +00:00
|
|
|
golang.org/x/term v0.6.0
|
|
|
|
|
golang.org/x/text v0.8.0
|
2023-03-16 12:58:57 +00:00
|
|
|
google.golang.org/protobuf v1.30.0
|
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
|
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 (
|
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2022-10-27 16:26:57 -04:00
|
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/Microsoft/hcsshim v0.10.0-rc.7 // 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-01-18 13:09:44 -05:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
|
|
|
|
github.com/containerd/containerd v1.7.0 // indirect
|
|
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
|
2023-01-24 10:47:45 -05:00
|
|
|
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/coreos/go-oidc/v3 v3.5.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
|
|
|
|
|
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
|
2022-10-17 14:40:18 -04:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2022-09-30 06:45:24 -04:00
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2023-03-16 16:16:48 +00:00
|
|
|
github.com/fsouza/go-dockerclient v1.9.6 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
2023-02-25 15:02:16 -06:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
|
|
|
github.com/go-openapi/errors v0.20.3 // indirect
|
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
|
|
|
github.com/go-openapi/loads v0.21.2 // indirect
|
|
|
|
|
github.com/go-openapi/runtime v0.24.1 // indirect
|
|
|
|
|
github.com/go-openapi/spec v0.20.7 // indirect
|
2023-03-29 14:00:05 +02:00
|
|
|
github.com/go-openapi/strfmt v0.21.5 // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
|
|
|
github.com/go-openapi/validate v0.22.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
|
github.com/go-playground/validator/v10 v10.11.1 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-09-22 05:54:49 -04:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-02-28 15:46:49 -05:00
|
|
|
github.com/google/go-containerregistry v0.13.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/google/go-intervals v0.0.2 // indirect
|
2023-01-25 19:22:41 +01:00
|
|
|
github.com/google/trillian v1.5.1-0.20220819043421-0a389c4bb8d9 // 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
|
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
|
2023-03-29 14:00:05 +02:00
|
|
|
github.com/imdario/mergo v0.3.15 // indirect
|
2022-10-12 12:10:01 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/jinzhu/copier v0.3.5 // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
2022-09-30 20:00:00 +02:00
|
|
|
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2023-02-20 16:09:01 +01:00
|
|
|
github.com/letsencrypt/boulder v0.0.0-20230213213521-fdfea0d469b6 // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/manifoldco/promptui v0.9.0 // indirect
|
2022-12-21 06:12:45 -05:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
2022-09-22 05:54:49 -04:00
|
|
|
github.com/mistifyio/go-zfs/v3 v3.0.0 // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-01-25 19:22:41 +01:00
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
2023-01-25 19:22:41 +01:00
|
|
|
github.com/moby/sys/sequential v0.5.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
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
|
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
github.com/pkg/sftp v1.13.5 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
github.com/proglottis/gpgme v0.1.3 // indirect
|
2023-02-28 15:46:49 -05:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/segmentio/ksuid v1.0.4 // indirect
|
2023-02-20 16:09:01 +01:00
|
|
|
github.com/sigstore/fulcio v1.1.0 // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
github.com/sigstore/rekor v1.0.1 // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
github.com/sigstore/sigstore v1.6.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
|
2023-03-29 14:00:05 +02:00
|
|
|
github.com/sylabs/sif/v2 v2.11.1 // indirect
|
2023-02-23 10:06:32 -05:00
|
|
|
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
|
2023-02-02 18:35:24 +01:00
|
|
|
github.com/theupdateframework/go-tuf v0.5.2 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
|
|
|
|
|
github.com/vbatts/tar-split v0.11.2 // indirect
|
|
|
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
2023-01-18 13:09:44 -05:00
|
|
|
go.mongodb.org/mongo-driver v1.11.1 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
|
2022-11-28 06:38:39 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 // indirect
|
|
|
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.6.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.7.0 // indirect
|
2023-01-12 00:14:42 +01:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-03-16 09:26:19 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
2023-02-20 16:09:01 +01:00
|
|
|
google.golang.org/grpc v1.53.0 // indirect
|
|
|
|
|
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
|
2022-09-12 12:13:29 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
2022-06-13 15:35:16 -04:00
|
|
|
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.1-0.20220617142545-8b9452f75cbc
|