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:
renovate[bot]
2024-07-29 11:11:18 +00:00
committed by GitHub
parent c0c840b95b
commit 41cc3ae6f9
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.