Fixing import path.

This commit is contained in:
Burcu Dogan 2014-05-14 12:05:11 +03:00
parent d7c8bcd0d0
commit c0f71b6bc4
2 changed files with 2 additions and 2 deletions

View File

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

2
jwt.go
View File

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