mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
22 lines
578 B
Modula-2
22 lines
578 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.15.9
|
|
github.com/minio/highwayhash v1.0.2
|
|
github.com/nats-io/jwt/v2 v2.3.0
|
|
github.com/nats-io/nats.go v1.16.0
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
go.uber.org/automaxprocs v1.5.1
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
)
|