mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
13 lines
415 B
Modula-2
13 lines
415 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
require (
|
|
github.com/nats-io/jwt v0.3.3-0.20200519195258-f2bf5ce574c7
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/nats-io/nkeys v0.1.4
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/minio/highwayhash v1.0.0
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
|
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
|
|
)
|