mirror of
https://github.com/containers/podman.git
synced 2026-02-01 01:41:46 -05: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>
16 lines
491 B
Modula-2
16 lines
491 B
Modula-2
module github.com/containers/ocicrypt
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1
|
|
github.com/opencontainers/image-spec v1.0.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|
|
)
|