From a22cc64a77c06e00044e68dfb6855be6f5334335 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:10:33 +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 516038fe8..7fb3bb0bd 100644 --- a/go.mod +++ b/go.mod @@ -8,11 +8,11 @@ require ( github.com/RoaringBitmap/roaring v1.2.3 github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6.0 - github.com/longhorn/backupstore v0.0.0-20240427164602-c8721e8ea31a - github.com/longhorn/go-common-libs v0.0.0-20240427164621-70d1933bfa90 - github.com/longhorn/go-spdk-helper v0.0.0-20231113055029-9acddd184246 + github.com/longhorn/backupstore 5c2b7879457f + github.com/longhorn/go-common-libs 94447d3f68d8 + github.com/longhorn/go-spdk-helper 33c0873802ff github.com/longhorn/longhorn-engine v1.5.5 - github.com/longhorn/longhorn-spdk-engine v0.0.0-20231005170812-e9b634e07e47 + github.com/longhorn/longhorn-spdk-engine 41791a2d0239 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli v1.22.15