mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +00:00
Replace sync with lib/sync for deadlock detection with deadlock build tag
This commit is contained in:
2
backend/cache/object.go
vendored
2
backend/cache/object.go
vendored
@@ -8,7 +8,7 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
"path"
|
||||
"sync"
|
||||
"github.com/rclone/rclone/lib/sync"
|
||||
"time"
|
||||
|
||||
"github.com/rclone/rclone/fs"
|
||||
|
||||
Reference in New Issue
Block a user