forked from Mirrors/oauth2
Switch to google.golang.org based import path.
This commit is contained in:
parent
002375a1dd
commit
13179d7d8a
|
@ -72,7 +72,7 @@ import (
|
|||
"path"
|
||||
"time"
|
||||
|
||||
"github.com/golang/oauth2"
|
||||
"google.golang.org/oauth2"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue