mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
14 lines
350 B
Modula-2
14 lines
350 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/nats-io/jwt v0.3.2
|
|
github.com/nats-io/nats.go v1.9.1
|
|
github.com/nats-io/nkeys v0.1.3
|
|
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
|
|
)
|
|
|
|
go 1.13
|