updated iteration of signing keys (previously a list, now a map). (#1779)

This commit is contained in:
Alberto Ricart
2020-12-17 14:59:18 -06:00
committed by GitHub
parent d7741b9aa1
commit f09992a889
15 changed files with 279 additions and 42 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/nats-io/nats-server/v2
require (
github.com/minio/highwayhash v1.0.0
github.com/nats-io/jwt/v2 v2.0.0-20201211164018-2e78446f4e6f
github.com/nats-io/jwt/v2 v2.0.0-20201217175639-911e216824d5
github.com/nats-io/nats.go v1.10.1-0.20201021145452-94be476ad6e0
github.com/nats-io/nkeys v0.2.0
github.com/nats-io/nuid v1.0.1