mirror of
https://github.com/rclone/rclone.git
synced 2025-06-30 22:23:52 +02:00
Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package oauthutil
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/rand"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
@ -16,7 +17,6 @@ import (
|
||||
"github.com/ncw/rclone/fs/fshttp"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/skratchdot/open-golang/open"
|
||||
"golang.org/x/net/context"
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user