mirror of
https://github.com/containers/podman.git
synced 2025-12-10 15:47:46 +08: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
177 B
Modula-2
10 lines
177 B
Modula-2
module github.com/Microsoft/go-winio
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|