Updated jwt vendor

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2018-11-24 09:36:30 -08:00
parent 7aa5d2144e
commit 8fe0fa7057
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
package jwt
import (
"errors"
"github.com/nats-io/nkeys"
"github.com/pkg/errors"
)
// OperatorLimits are used to limit access by an account

View File

@@ -9,7 +9,7 @@ import (
const (
// Version
Version = "0.0.1"
Version = "0.0.2"
// TokenTypeJwt is the JWT token type supported JWT tokens
// encoded and decoded by this library

2
vendor/manifest vendored
View File

@@ -5,7 +5,7 @@
"importpath": "github.com/nats-io/jwt",
"repository": "https://github.com/nats-io/jwt",
"vcs": "git",
"revision": "c9990f0bf372fd746f55af838ab0b64bbdf8d8ed",
"revision": "b4c212c5231ae92718a10abeff5157a837628a1e",
"branch": "master",
"notests": true
},