forked from Mirrors/oauth2
Fix oauth2's import path.
This commit is contained in:
parent
904252a9e8
commit
075fdd8e10
|
@ -72,7 +72,7 @@ import (
|
||||||
"path"
|
"path"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"google.golang.org/oauth2"
|
"github.com/golang/oauth2"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue