mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-31 04:37:50 +00:00
Bump Buildah to v1.16.0-dev in the upstream branch of Podman. This will allow us to get a number of new issues into the upstream branch for use. The version of Buildah will need to be bumped to v1.16.0 and then vendored into Podman before we release Podman v2.0 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
45 lines
1.8 KiB
Modula-2
45 lines
1.8 KiB
Modula-2
module github.com/containers/buildah
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/containernetworking/cni v0.7.2-0.20190904153231-83439463f784
|
|
github.com/containers/common v0.15.2
|
|
github.com/containers/image/v5 v5.5.1
|
|
github.com/containers/ocicrypt v1.0.3
|
|
github.com/containers/storage v1.20.2
|
|
github.com/cyphar/filepath-securejoin v0.2.2
|
|
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.6.5
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
github.com/onsi/ginkgo v1.14.0
|
|
github.com/onsi/gomega v1.10.1
|
|
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-rc91
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
|
github.com/opencontainers/selinux v1.6.0
|
|
github.com/openshift/imagebuilder v1.1.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/seccomp/containers-golang v0.5.0
|
|
github.com/seccomp/libseccomp-golang v0.9.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
|
|
golang.org/x/text v0.3.3 // indirect
|
|
k8s.io/klog v1.0.0 // indirect
|
|
)
|
|
|
|
replace github.com/sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
|