module github.com/nats-io/nats-server/v2

go 1.23.0

toolchain go1.23.11

require (
	github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op
	github.com/google/go-tpm v0.9.5
	github.com/klauspost/compress v1.18.0
	github.com/minio/highwayhash v1.0.3
	github.com/nats-io/jwt/v2 v2.7.4
	github.com/nats-io/nats.go v1.43.0
	github.com/nats-io/nkeys v0.4.11
	github.com/nats-io/nuid v1.0.1
	go.uber.org/automaxprocs v1.6.0
	golang.org/x/crypto v0.40.0
	golang.org/x/sys v0.34.0
	golang.org/x/time v0.12.0
)
