mirror of
https://github.com/containers/podman.git
synced 2025-11-01 22:32:50 +08:00
Bump github.com/containers/psgo from 1.4.0 to 1.5.0
Bumps [github.com/containers/psgo](https://github.com/containers/psgo) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/containers/psgo/releases) - [Commits](https://github.com/containers/psgo/compare/v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
committed by
Daniel J Walsh
parent
0d2b5532c4
commit
d6d8106601
2
vendor/github.com/containers/psgo/internal/process/process.go
generated
vendored
2
vendor/github.com/containers/psgo/internal/process/process.go
generated
vendored
@ -192,7 +192,7 @@ func (p *Process) ElapsedTime() (time.Duration, error) {
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
return (time.Now()).Sub(startTime), nil
|
||||
return time.Since(startTime), nil
|
||||
}
|
||||
|
||||
// StarTime returns the time.Time when process p was started.
|
||||
|
||||
Reference in New Issue
Block a user