Update dependencies

This commit is contained in:
github-actions
2024-04-26 06:05:56 +00:00
parent b4623de861
commit 273c3f5266
50 changed files with 465 additions and 326 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func (fs FS) AllThreads(pid int) (Procs, error) {
names, err := d.Readdirnames(-1)
if err != nil {
return Procs{}, fmt.Errorf("%s: could not read %q: %w", ErrFileRead, d.Name(), err)
return Procs{}, fmt.Errorf("%w: could not read %q: %w", ErrFileRead, d.Name(), err)
}
t := Procs{}