mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
21 lines
575 B
Modula-2
21 lines
575 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.14.4
|
|
github.com/minio/highwayhash v1.0.2
|
|
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a
|
|
github.com/nats-io/nats.go v1.14.0
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
|
golang.org/x/sys v0.0.0-20220111092808-5a964db01320
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
)
|