diff --git a/vendor/github.com/nats-io/jwt/account_claims.go b/vendor/github.com/nats-io/jwt/account_claims.go index 7d851db5..557ba384 100644 --- a/vendor/github.com/nats-io/jwt/account_claims.go +++ b/vendor/github.com/nats-io/jwt/account_claims.go @@ -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 diff --git a/vendor/github.com/nats-io/jwt/header.go b/vendor/github.com/nats-io/jwt/header.go index 8e9222c5..5a84a1c8 100644 --- a/vendor/github.com/nats-io/jwt/header.go +++ b/vendor/github.com/nats-io/jwt/header.go @@ -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 diff --git a/vendor/manifest b/vendor/manifest index a7dcc811..a474eb72 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -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 },