From 802e9ebb375ef6651d1779681c0cf61743d6f9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:45:11 +0000 Subject: [PATCH] Bump github.com/nats-io/nats-server/v2 from 2.10.14 to 2.11.15 Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.14 to 2.11.15. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/RELEASES.md) - [Commits](https://github.com/nats-io/nats-server/compare/v2.10.14...v2.11.15) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 dependency-version: 2.11.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ed1bd3c..834d00e 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,21 @@ module github.com/kubex/cluster -go 1.22.0 +go 1.25.0 + +require ( + github.com/nats-io/nats-server/v2 v2.11.15 + github.com/nats-io/nats.go v1.49.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.6.0-default-no-op // indirect + github.com/google/go-tpm v0.9.8 // indirect + github.com/klauspost/compress v1.18.4 // indirect + github.com/minio/highwayhash v1.0.4-0.20251030100505-070ab1a87a76 // indirect + github.com/nats-io/jwt/v2 v2.8.1 // indirect + github.com/nats-io/nkeys v0.4.15 // indirect + github.com/nats-io/nuid v1.0.1 // indirect + golang.org/x/crypto v0.49.0 // indirect + golang.org/x/sys v0.42.0 // indirect + golang.org/x/time v0.15.0 // indirect +)