From 9c8fc1282e1a2c6ac8368aadd106475e1f3869e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:42:55 +0200 Subject: [PATCH] Update module github.com/nats-io/nats-server/v2 to v2.10.22 (#461) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 03605d4..98cefe7 100644 --- a/go.mod +++ b/go.mod @@ -104,6 +104,6 @@ require ( replace ( github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 - github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.21 + github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.22 github.com/spf13/viper => github.com/spf13/viper v1.19.0 )