mirror of
https://github.com/containers/podman.git
synced 2025-11-03 07:47:19 +08:00
fix(deps): update module github.com/moby/sys/user to v0.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
1
vendor/github.com/moby/sys/user/user.go
generated
vendored
1
vendor/github.com/moby/sys/user/user.go
generated
vendored
@ -197,7 +197,6 @@ func ParseGroupFilter(r io.Reader, filter func(Group) bool) ([]Group, error) {
|
||||
for {
|
||||
var line []byte
|
||||
line, isPrefix, err = rd.ReadLine()
|
||||
|
||||
if err != nil {
|
||||
// We should return no error if EOF is reached
|
||||
// without a match.
|
||||
|
||||
Reference in New Issue
Block a user