Files
nats-server/go.mod
Stephen Asbury 4d63709852 Added support for service response types
Test checks that response types are initialized
Updated to latest JWT library with response types
Updated jwt in vendor
2019-08-09 17:54:17 -07:00

11 lines
325 B
Modula-2

module github.com/nats-io/nats-server/v2
require (
github.com/nats-io/jwt v0.2.13-0.20190807221443-88776a07123f
github.com/nats-io/nats.go v1.8.1
github.com/nats-io/nkeys v0.1.0
github.com/nats-io/nuid v1.0.1
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
)