From 99186fa79b99958d38a8657031b28d6c34be00e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:39:24 +0000 Subject: [PATCH] fix(deps): update patch digest dependencies --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 107fe9b0b..eed4ff7c9 100644 --- a/go.mod +++ b/go.mod @@ -7,11 +7,11 @@ toolchain go1.22.2 require ( github.com/RoaringBitmap/roaring v1.9.4 github.com/google/uuid v1.6.0 - github.com/longhorn/backupstore v0.0.0-20240914104455-ae6fea57b2c1 - github.com/longhorn/go-common-libs v0.0.0-20240914083622-928beb30c12e - github.com/longhorn/go-spdk-helper v0.0.0-20240308030201-9b252d6f7250 + github.com/longhorn/backupstore e33cb1230db9 + github.com/longhorn/go-common-libs 797b589b669d + github.com/longhorn/go-spdk-helper 22115a91cbe9 github.com/longhorn/longhorn-engine v1.6.3 - github.com/longhorn/longhorn-spdk-engine v0.0.0-20240308142500-8ac41e985506 + github.com/longhorn/longhorn-spdk-engine 6aa741d44c70 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli v1.22.15