Upgrade dependencies

This commit is contained in:
Ingo Oppermann
2024-05-28 14:26:54 +02:00
parent e271a0257b
commit 8ae7ba8dfe
554 changed files with 53675 additions and 22835 deletions

View File

@@ -109,7 +109,7 @@ func parseMountInfoString(mountString string) (*MountInfo, error) {
if mountInfo[6] != "" {
mount.OptionalFields, err = mountOptionsParseOptionalFields(mountInfo[6 : mountInfoLength-4])
if err != nil {
return nil, fmt.Errorf("%s: %w", ErrFileParse, err)
return nil, fmt.Errorf("%w: %w", ErrFileParse, err)
}
}
return mount, nil