mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 10:40:41 -07:00
14 lines
461 B
Modula-2
14 lines
461 B
Modula-2
module github.com/nats-io/nats-server
|
|
|
|
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-20190426145343-a29dc8fdc734
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
|
|
golang.org/x/sys v0.0.0-20190506115046-ca7f33d4116e
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c // indirect
|
|
)
|