mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-22 00:08:00 +00:00
Support loading and saving tarballs with more than one image. Add a new `/libpod/images/export` endpoint to the rest API to allow for exporting/saving multiple images into an archive. Note that a non-release version of containers/image is vendored. A release version must be vendored before cutting a new Podman release. We force the containers/image version via a replace in the go.mod file; this way go won't try to match the versions. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
10 lines
251 B
Modula-2
10 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-20200810151505-1b9f1253b3ed
|
|
)
|
|
|
|
go 1.14
|