1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

Replace sync with lib/sync for deadlock detection with deadlock build tag

This commit is contained in:
Nick Craig-Wood
2021-10-28 14:21:16 +01:00
parent 386deb3633
commit 8c8a38711b
124 changed files with 130 additions and 123 deletions

View File

@@ -16,7 +16,7 @@ import (
"sort"
"strconv"
"strings"
"sync"
"github.com/rclone/rclone/lib/sync"
"syscall"
"time"

View File

@@ -11,7 +11,7 @@ import (
"path"
"runtime"
"strings"
"sync"
"github.com/rclone/rclone/lib/sync"
"time"
"github.com/rclone/rclone/fs"

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"io"
"path"
"sync"
"github.com/rclone/rclone/lib/sync"
"time"
"github.com/rclone/rclone/fs"

View File

@@ -12,7 +12,7 @@ import (
"net/http"
"net/url"
"strings"
"sync"
"github.com/rclone/rclone/lib/sync"
"time"
cache "github.com/patrickmn/go-cache"

View File

@@ -14,7 +14,7 @@ import (
"path"
"strconv"
"strings"
"sync"
"github.com/rclone/rclone/lib/sync"
"time"
"github.com/rclone/rclone/fs"