mirror of
https://github.com/containers/podman.git
synced 2026-07-21 04:31:57 -04:00
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.9.0...v5.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
11 lines
251 B
Modula-2
11 lines
251 B
Modula-2
module github.com/vbauerster/mpb/v5
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.1.1
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742
|
|
)
|
|
|
|
go 1.14
|