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

go 1.25.0

toolchain go1.25.11

require (
	github.com/antithesishq/antithesis-sdk-go v0.7.0-default-no-op
	github.com/google/go-tpm v0.9.8
	github.com/klauspost/compress v1.18.6
	github.com/minio/highwayhash v1.0.4
	github.com/nats-io/jwt/v2 v2.8.2
	github.com/nats-io/nats.go v1.51.0
	github.com/nats-io/nkeys v0.4.16
	github.com/nats-io/nuid v1.0.1
	golang.org/x/crypto v0.53.0
	golang.org/x/sys v0.46.0
	golang.org/x/time v0.15.0
)
