Files
nats-server/go.mod
Matthias Hanel 0c5f3688a7 [ADDED] Tiered limits and fix limit issues on updates (#2945)
* Adding tiered limits and fix limit issues on updates

Signed-off-by: Matthias Hanel <mh@synadia.com>
2022-03-28 20:47:54 -04:00

21 lines
605 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.20220323195037-3472a33220ba
github.com/nats-io/nats.go v1.13.1-0.20220318132711-e0e03e374228
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
)