Files
nats-server/go.mod
Ivan Kozlovic 68e74e1d1c Update nats.go mod to be able to run tests
Will then update nats.go to remove temp code and then have
another server PR to point to nats.go latest.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2022-08-10 13:26:06 -06:00

22 lines
608 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.1-0.20220810192301-fb5ca2cbc995
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
)