2019-06-21 23:23:28 +08:00
|
|
|
module github.com/containers/buildah
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
2021-02-06 03:38:25 +08:00
|
|
|
github.com/containernetworking/cni v0.8.1
|
2021-03-29 18:24:34 +08:00
|
|
|
github.com/containers/common v0.35.4
|
2021-03-02 02:07:58 +08:00
|
|
|
github.com/containers/image/v5 v5.10.5
|
2021-02-01 18:37:37 +08:00
|
|
|
github.com/containers/ocicrypt v1.1.0
|
2021-04-12 21:18:50 +08:00
|
|
|
github.com/containers/storage v1.29.0
|
2019-09-30 20:42:10 +08:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2019-07-23 23:58:15 +08:00
|
|
|
github.com/docker/go-units v0.4.0
|
2019-06-25 22:26:41 +08:00
|
|
|
github.com/docker/libnetwork v0.8.0-dev.2.0.20190625141545-5a177b73e316
|
2021-03-08 18:03:39 +08:00
|
|
|
github.com/fsouza/go-dockerclient v1.7.2
|
2019-06-21 23:23:28 +08:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-03-15 18:25:09 +08:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2020-02-21 06:15:30 +08:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect
|
2021-01-18 18:22:34 +08:00
|
|
|
github.com/mattn/go-shellwords v1.0.11
|
2021-04-12 17:55:51 +08:00
|
|
|
github.com/onsi/ginkgo v1.16.1
|
2021-03-08 18:04:06 +08:00
|
|
|
github.com/onsi/gomega v1.11.0
|
2020-05-18 18:10:19 +08:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2019-10-02 04:03:57 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
|
2021-02-09 07:06:30 +08:00
|
|
|
github.com/opencontainers/runc v1.0.0-rc93
|
|
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
|
2019-07-16 22:23:18 +08:00
|
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
2020-12-21 17:58:46 +08:00
|
|
|
github.com/opencontainers/selinux v1.8.0
|
2021-02-24 15:39:17 +08:00
|
|
|
github.com/openshift/imagebuilder v1.2.0
|
2020-01-19 00:41:36 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-28 17:38:44 +08:00
|
|
|
github.com/seccomp/libseccomp-golang v0.9.2-0.20200616122406-847368b35ebf
|
2021-03-15 18:24:24 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-02-15 17:32:17 +08:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2019-09-30 20:39:04 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-01-18 18:22:50 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-09 07:06:30 +08:00
|
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
2020-06-22 18:44:23 +08:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-01-27 08:53:51 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2021-03-24 17:41:26 +08:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2021-04-12 21:18:50 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
|
2020-06-19 06:03:43 +08:00
|
|
|
k8s.io/klog v1.0.0 // indirect
|
2019-06-21 23:23:28 +08:00
|
|
|
)
|
2020-04-06 21:57:52 +08:00
|
|
|
|
|
|
|
|
replace github.com/sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
|