mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
19 lines
596 B
Modula-2
19 lines
596 B
Modula-2
module github.com/containers/ocicrypt
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/containerd/containerd v1.2.10
|
|
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
|
|
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/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/urfave/cli v1.22.1
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
google.golang.org/grpc v1.24.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
)
|