mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
22 lines
496 B
Modula-2
22 lines
496 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.16.7
|
|
github.com/minio/highwayhash v1.0.2
|
|
github.com/nats-io/jwt/v2 v2.4.1
|
|
github.com/nats-io/nats.go v1.28.0
|
|
github.com/nats-io/nkeys v0.4.4
|
|
github.com/nats-io/nuid v1.0.1
|
|
go.uber.org/automaxprocs v1.5.3
|
|
golang.org/x/crypto v0.11.0
|
|
golang.org/x/sys v0.10.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
|
|
)
|