mirror of
https://github.com/containers/podman.git
synced 2026-06-08 07:46:17 -04:00
Bumps [github.com/containers/psgo](https://github.com/containers/psgo) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/containers/psgo/releases) - [Commits](https://github.com/containers/psgo/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: github.com/containers/psgo dependency-type: direct:production update-type: version-update:semver-minor ... [NO TESTS NEEDED] since it's migrating to a new version. Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
11 lines
219 B
Modula-2
11 lines
219 B
Modula-2
module github.com/containers/psgo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/opencontainers/runc v1.0.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
|
|
)
|