mirror of
https://github.com/containers/podman.git
synced 2026-01-31 01:11:49 -05:00
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.25.0 to 1.28.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.25.0...v1.28.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
10 lines
198 B
Modula-2
10 lines
198 B
Modula-2
module github.com/prometheus/procfs
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.1
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e
|
|
)
|