Merge pull request #23425 from containers/renovate/github.com-moby-sys-user-0.x

fix(deps): update module github.com/moby/sys/user to v0.2.0
This commit is contained in:
openshift-merge-bot[bot]
2024-07-29 16:09:54 +00:00
committed by GitHub
4 changed files with 5 additions and 6 deletions

View File

@ -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.