mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-20 07:17:53 +00:00
See release notes: https://github.com/containers/image/releases/tag/v5.2.0 Fixes: #4877 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
10 lines
281 B
Modula-2
10 lines
281 B
Modula-2
module github.com/vbauerster/mpb/v4
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.1.1
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
|
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
|
|
)
|
|
|
|
go 1.13
|