mirror of
https://github.com/containers/podman.git
synced 2026-07-20 04:02:03 -04:00
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
10 lines
215 B
Modula-2
10 lines
215 B
Modula-2
module github.com/vbauerster/mpb/v4
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.1.1
|
|
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
|
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
|
|
)
|
|
|
|
go 1.13
|