Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhevron committed Apr 15, 2015
1 parent 7a910c8 commit 79c4aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package jwt
import (
"errors"

"gopkg.in/zhevron/jwt.v0/ecdsa"
"gopkg.in/zhevron/jwt.v0/hmac"
"gopkg.in/zhevron/jwt.v0/rsa"
"gopkg.in/zhevron/jwt.v1/ecdsa"
"gopkg.in/zhevron/jwt.v1/hmac"
"gopkg.in/zhevron/jwt.v1/rsa"
)

// Signer is used by the signing packages to sign tokens.
Expand Down
2 changes: 1 addition & 1 deletion token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"gopkg.in/zhevron/jwt.v0/hmac"
"gopkg.in/zhevron/jwt.v1/hmac"
)

func TestNewToken(t *testing.T) {
Expand Down

0 comments on commit 79c4aa1

Please sign in to comment.