2019-06-21 23:23:28 +08:00
|
|
|
module github.com/containers/buildah
|
|
|
|
|
|
2021-08-10 16:30:27 +08:00
|
|
|
go 1.13
|
2019-06-21 23:23:28 +08:00
|
|
|
|
|
|
|
|
require (
|
2022-03-24 17:13:12 +08:00
|
|
|
github.com/containerd/containerd v1.6.2
|
2021-11-24 17:38:50 +08:00
|
|
|
github.com/containernetworking/cni v1.0.1
|
2022-03-25 17:16:30 +08:00
|
|
|
github.com/containers/common v0.47.5
|
2022-03-02 16:11:48 +08:00
|
|
|
github.com/containers/image/v5 v5.20.0
|
2022-03-21 17:11:09 +08:00
|
|
|
github.com/containers/ocicrypt v1.1.3
|
2022-03-25 08:40:44 +08:00
|
|
|
github.com/containers/storage v1.39.0
|
2022-03-09 17:13:42 +08:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
2022-03-25 01:20:52 +08:00
|
|
|
github.com/docker/docker v20.10.14+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
|
2022-03-08 17:14:08 +08:00
|
|
|
github.com/fsouza/go-dockerclient v1.7.10
|
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
|
2021-04-11 01:44:51 +08:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee // indirect
|
2021-05-18 16:02:48 +08:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
2021-06-10 03:34:56 +08:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2021-10-12 16:34:03 +08:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2022-03-28 16:17:41 +08:00
|
|
|
github.com/onsi/gomega v1.19.0
|
2020-05-18 18:10:19 +08:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2022-01-06 04:36:49 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
|
2022-01-18 17:12:44 +08:00
|
|
|
github.com/opencontainers/runc v1.1.0
|
2021-05-11 16:20:51 +08:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
2019-07-16 22:23:18 +08:00
|
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
2021-11-16 23:56:04 +08:00
|
|
|
github.com/opencontainers/selinux v1.10.0
|
2022-03-24 23:29:25 +08:00
|
|
|
github.com/openshift/imagebuilder v1.2.3
|
2020-01-19 00:41:36 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-03-24 23:20:38 +08:00
|
|
|
github.com/prometheus/client_golang v1.11.1 // indirect
|
2022-01-18 17:12:44 +08:00
|
|
|
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921
|
2021-03-15 18:24:24 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-03-11 17:11:36 +08:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2019-09-30 20:39:04 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-03-16 17:19:41 +08:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-02-09 07:06:30 +08:00
|
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
2021-06-10 03:35:21 +08:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2022-01-12 03:16:24 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
2021-07-02 20:26:20 +08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-03-02 16:11:48 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
|
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
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
|
2021-12-15 17:33:00 +08:00
|
|
|
|
|
|
|
|
replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2-0.20211123152302-43a7dee1ec31
|