зеркало из https://github.com/golang/oauth2.git
Fixing import path.
This commit is contained in:
Родитель
d7c8bcd0d0
Коммит
c0f71b6bc4
|
@ -82,7 +82,7 @@ import (
|
|||
"path"
|
||||
"time"
|
||||
|
||||
"github.com/rakyll/oauth2"
|
||||
"google.golang.org/oauth2"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
2
jwt.go
2
jwt.go
|
@ -23,7 +23,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/rakyll/oauth2/jws"
|
||||
"google.golang.org/oauth2/jws"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Загрузка…
Ссылка в новой задаче