mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 04:11:36 +00:00
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.26.0 to 1.29.0. - [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.26.0...v1.29.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
12 lines
283 B
Modula-2
12 lines
283 B
Modula-2
module github.com/vbauerster/mpb/v6
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.1.1
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/mattn/go-runewidth v0.0.10
|
|
github.com/rivo/uniseg v0.2.0
|
|
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
|
|
)
|
|
|
|
go 1.14
|