Files
nats-server/go.mod
Derek Collison 4ac45ff6f3 When consumers were R1 and the same name was reused, server restarts could try to cleanup old ones and effect the new ones.
These changes allow consumer name reuse more effectively during server restarts.

Signed-off-by: Derek Collison <derek@nats.io>
2023-06-05 12:48:18 -07:00

22 lines
494 B
Modula-2

module github.com/nats-io/nats-server/v2
go 1.19
require (
github.com/klauspost/compress v1.16.5
github.com/minio/highwayhash v1.0.2
github.com/nats-io/jwt/v2 v2.4.1
github.com/nats-io/nats.go v1.26.0
github.com/nats-io/nkeys v0.4.4
github.com/nats-io/nuid v1.0.1
go.uber.org/automaxprocs v1.5.1
golang.org/x/crypto v0.8.0
golang.org/x/sys v0.7.0
golang.org/x/time v0.3.0
)
require (
github.com/golang/protobuf v1.4.2 // indirect
google.golang.org/protobuf v1.23.0 // indirect
)