[fixed] updated jwt library to avoid an error when counting tokens

Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
Matthias Hanel
2021-07-27 12:45:16 -04:00
parent ba4a271cf6
commit c7f7077584
5 changed files with 10 additions and 9 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/klauspost/compress v1.11.12
github.com/minio/highwayhash v1.0.1
github.com/nats-io/jwt/v2 v2.0.2
github.com/nats-io/jwt/v2 v2.0.3-0.20210715221700-37a10b0187c7
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
github.com/nats-io/nkeys v0.3.0
github.com/nats-io/nuid v1.0.1