go: update dependencies

This commit is contained in:
Matthew Penner
2023-05-08 13:52:15 -06:00
parent c76d68bc96
commit a50e4ce9d1
3 changed files with 136 additions and 270 deletions

View File

@@ -91,7 +91,7 @@ func (fs *Filesystem) SpaceAvailableForDecompression(ctx context.Context, dir st
// waiting an unnecessary amount of time on this call.
dirSize, err := fs.DiskUsage(false)
fsys, err := archiver.FileSystem(source)
fsys, err := archiver.FileSystem(ctx, source)
if err != nil {
if errors.Is(err, archiver.ErrNoMatch) {
return newFilesystemError(ErrCodeUnknownArchive, err)