mirror of
https://github.com/containers/skopeo.git
synced 2025-09-28 13:36:07 +00:00
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.23.3 to 1.23.4. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.23.3...v1.23.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
Modula-2
module github.com/containers/skopeo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/containers/common v0.21.0
|
|
github.com/containers/image/v5 v5.5.2
|
|
github.com/containers/ocicrypt v1.0.3
|
|
github.com/containers/storage v1.23.4
|
|
github.com/docker/docker v1.4.2-0.20191219165747-a9416c67da9f
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/go-check/check v0.0.0-20180628173108-788fd7840127
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
|
|
github.com/opencontainers/image-tools v0.0.0-20170926011501-6d941547fa1d
|
|
github.com/opencontainers/runc v1.0.0-rc92 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday v2.0.0+incompatible // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
|
|
go4.org v0.0.0-20190218023631-ce4c26f7be8e // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|