From 907d7715b3d8c6df8c6918c8a4678f900f1f555e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:58:10 +0000 Subject: [PATCH] fix(deps): update patch digest dependencies --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index e3ce67e62..f086868eb 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-20240907142840-c1268343d512 - github.com/longhorn/go-common-libs v0.0.0-20240907130740-7060fefb5bda - github.com/longhorn/go-spdk-helper v0.0.0-20240308030201-9b252d6f7250 + github.com/longhorn/backupstore ae6fea57b2c1 + github.com/longhorn/go-common-libs 928beb30c12e + github.com/longhorn/go-spdk-helper 00dca154c1bd github.com/longhorn/longhorn-engine v1.6.3-rc1.0.20240912165226-d9d987ba8cf4 - github.com/longhorn/longhorn-spdk-engine v0.0.0-20240308142500-8ac41e985506 + github.com/longhorn/longhorn-spdk-engine 20be505a19b7 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli v1.22.15 @@ -20,7 +20,7 @@ require ( google.golang.org/grpc v1.66.0 google.golang.org/protobuf v1.34.2 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c - k8s.io/mount-utils v0.31.0 + k8s.io/mount-utils v0.31.1 ) require (