From 0a5b07e3aa0af9761580b84634c68e2e89b89833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:46:26 +0000 Subject: [PATCH] Bump github.com/nats-io/nats-server/v2 from 2.10.14 to 2.10.27 Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.14 to 2.10.27. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](https://github.com/nats-io/nats-server/compare/v2.10.14...v2.10.27) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 dependency-version: 2.10.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ed1bd3c..6f8c793 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,20 @@ module github.com/kubex/cluster go 1.22.0 +toolchain go1.24.1 + +require ( + github.com/nats-io/nats-server/v2 v2.10.27 + github.com/nats-io/nats.go v1.39.1 +) + 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/klauspost/compress v1.18.0 // indirect + github.com/minio/highwayhash v1.0.3 // indirect + github.com/nats-io/jwt/v2 v2.7.3 // indirect + github.com/nats-io/nkeys v0.4.10 // indirect + github.com/nats-io/nuid v1.0.1 // indirect + golang.org/x/crypto v0.34.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/time v0.10.0 // indirect +)