diff --git a/go.mod b/go.mod index ed1bd3c..b352f1f 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,21 @@ module github.com/kubex/cluster -go 1.22.0 +go 1.24.0 + +require ( + github.com/nats-io/nats-server/v2 v2.11.12 + github.com/nats-io/nats.go v1.48.0 +) + require ( - github.com/nats-io/nats-server/v2 v2.10.14 - github.com/nats-io/nats.go v1.34.1 -) \ No newline at end of file + github.com/antithesishq/antithesis-sdk-go v0.5.0-default-no-op // indirect + github.com/google/go-tpm v0.9.8 // indirect + github.com/klauspost/compress v1.18.3 // indirect + github.com/minio/highwayhash v1.0.4-0.20251030100505-070ab1a87a76 // indirect + github.com/nats-io/jwt/v2 v2.8.0 // indirect + github.com/nats-io/nkeys v0.4.12 // indirect + github.com/nats-io/nuid v1.0.1 // indirect + golang.org/x/crypto v0.47.0 // indirect + golang.org/x/sys v0.40.0 // indirect + golang.org/x/time v0.14.0 // indirect +)