From 34f5401d3d8233bc4a42ab8745e7f2685250259d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:39:07 +0000 Subject: [PATCH] fix(deps): update patch digest dependencies --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 107fe9b0b..7b94cc2a8 100644 --- a/go.mod +++ b/go.mod @@ -7,20 +7,20 @@ 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 62c849e1f519 + github.com/longhorn/go-common-libs deb5e9574536 + github.com/longhorn/go-spdk-helper 43490fb16a30 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 ecc7b8a48d56 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 - github.com/urfave/cli v1.22.15 + github.com/urfave/cli v1.22.16 golang.org/x/net v0.29.0 golang.org/x/sync v0.8.0 google.golang.org/grpc v1.66.2 google.golang.org/protobuf v1.34.2 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c - k8s.io/mount-utils v0.31.1 + k8s.io/mount-utils v0.31.2 ) require (