Files
nats-server/go.mod
Alberto Ricart 84a7e289b0 Added support for account signing keys. (#962)
* Added support for account signing keys. When account signing keys change
the validity of the client JWT and token imports need to be checked as well
as it is possible for the signing key used to sign the user or import
token to have been removed from the source account.
2019-04-18 19:08:26 -05:00

11 lines
286 B
Modula-2

module github.com/nats-io/gnatsd
require (
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/jwt v0.2.4
github.com/nats-io/nkeys v0.0.2
github.com/nats-io/nuid v1.0.1
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
golang.org/x/sys v0.0.0-20190411185658-b44545bcd369
)