mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 01:23:24 +00:00
Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
@@ -3,6 +3,7 @@ package operations
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
@@ -26,7 +27,6 @@ import (
|
||||
"github.com/ncw/rclone/lib/readers"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/spf13/pflag"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// CheckHashes checks the two files to see if they have common
|
||||
|
||||
Reference in New Issue
Block a user