mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 03:10:18 +00:00
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.6+incompatible to 20.10.7+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md) - [Commits](https://github.com/docker/docker/compare/v20.10.6...v20.10.7) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
969 B
Modula-2
26 lines
969 B
Modula-2
module github.com/containers/skopeo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/containers/common v0.39.0
|
|
github.com/containers/image/v5 v5.12.0
|
|
github.com/containers/ocicrypt v1.1.1
|
|
github.com/containers/storage v1.32.1
|
|
github.com/docker/docker v20.10.7+incompatible
|
|
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // 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/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday v2.0.0+incompatible // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
|
go4.org v0.0.0-20190218023631-ce4c26f7be8e // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|