Package will be available on github.com/golang/oauth2.

This commit is contained in:
Burcu Dogan 2014-05-15 11:53:56 +02:00
parent c0f71b6bc4
commit 6c54258546
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ import (
"path" "path"
"time" "time"
"google.golang.org/oauth2" "github.com/golang/oauth2"
) )
const ( const (

2
jwt.go
View File

@ -23,7 +23,7 @@ import (
"strings" "strings"
"time" "time"
"google.golang.org/oauth2/jws" "github.com/golang/oauth2/jws"
) )
var ( var (