From 40202793dcb2b2f8f4f425990b269894caac2669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:53:55 +0000 Subject: [PATCH] Update module github.com/nats-io/nats-server/v2 to v2.9.20 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 93c07b61..85c0e127 100644 --- a/go.mod +++ b/go.mod @@ -100,6 +100,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.9.19 + github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.9.20 github.com/spf13/viper => github.com/spf13/viper v1.16.0 )