From cb7e28bd2c1b2fd3312b00172ff7a04e39276793 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:28:00 +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 516038fe8..a62ff33c9 100644 --- a/go.mod +++ b/go.mod @@ -2,17 +2,17 @@ module github.com/longhorn/longhorn-instance-manager go 1.22.0 -toolchain go1.22.2 +toolchain go1.22.4 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 5ec9a300bef4 + github.com/longhorn/go-common-libs 68743dacbcb1 + github.com/longhorn/go-spdk-helper 52e722327c43 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 86132249ff10 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli v1.22.15 @@ -21,7 +21,7 @@ require ( google.golang.org/grpc v1.63.2 google.golang.org/protobuf v1.33.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c - k8s.io/mount-utils v0.30.0 + k8s.io/mount-utils v0.30.1 ) require (