mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 10:17:53 +00:00
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> <MH: Fixed cherry-pick conflicts. Re-ran vendor.> Signed-off-by: Matthew Heon <mheon@redhat.com>
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module github.com/containers/buildah
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/containernetworking/cni v0.8.1
|
|
github.com/containers/common v0.35.3
|
|
github.com/containers/image/v5 v5.10.5
|
|
github.com/containers/ocicrypt v1.1.0
|
|
github.com/containers/storage v1.28.1
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/docker/libnetwork v0.8.0-dev.2.0.20190625141545-5a177b73e316
|
|
github.com/fsouza/go-dockerclient v1.7.2
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect
|
|
github.com/mattn/go-shellwords v1.0.11
|
|
github.com/onsi/ginkgo v1.15.2
|
|
github.com/onsi/gomega v1.11.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
|
|
github.com/opencontainers/runc v1.0.0-rc93
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
|
github.com/opencontainers/selinux v1.8.0
|
|
github.com/openshift/imagebuilder v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/seccomp/libseccomp-golang v0.9.2-0.20200616122406-847368b35ebf
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
golang.org/x/sys v0.0.0-20210216224549-f992740a1bac
|
|
k8s.io/klog v1.0.0 // indirect
|
|
)
|
|
|
|
replace github.com/sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
|