mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Added default_permissions to accounts and account jwt
Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,14 +1,13 @@
|
||||
module github.com/nats-io/nats-server/v2
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/minio/highwayhash v1.0.0
|
||||
github.com/nats-io/jwt/v2 v2.0.0-20200601202241-430770d434ee
|
||||
github.com/nats-io/jwt/v2 v2.0.0-20200602193336-473d698956ed
|
||||
github.com/nats-io/nats.go v1.10.1-0.20200601214746-e93e18d0ed6f
|
||||
github.com/nats-io/nkeys v0.2.0
|
||||
github.com/nats-io/nuid v1.0.1
|
||||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
||||
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
|
||||
google.golang.org/protobuf v1.24.0 // indirect
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
||||
Reference in New Issue
Block a user