From 683a2cecbe0ccebf27dacc49dfbeca5ba7753194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:19:13 +0200 Subject: [PATCH] Update module github.com/nats-io/nats-server/v2 to v2.10.16 (#103) 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 2f11fc4..7908335 100644 --- a/go.mod +++ b/go.mod @@ -47,6 +47,6 @@ require ( replace ( github.com/hashicorp/consul/api => github.com/hashicorp/consul/api v1.28.3 - github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.15 + github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.16 github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.4.7 )