From bbeb9e9d82a4a4a71353d202835b51b2b6408a92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:27:17 +0000 Subject: [PATCH] fix(deps): update module github.com/longhorn/longhorn-manager to v1.11.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a548d4cc..fcf6cc33 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.9 require ( github.com/longhorn/go-common-libs v0.0.0-20260502033232-8cc14de85b45 - github.com/longhorn/longhorn-manager v1.10.1 + github.com/longhorn/longhorn-manager v1.11.2 github.com/otiai10/copy v1.14.1 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.4