Skip to content

Commit

Permalink
fix(deps): update patch digest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent cb45ab3 commit e8369bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 84428641a11d
github.com/longhorn/go-common-libs 1d8b9c5efb84
github.com/longhorn/go-spdk-helper 93384f6d91bf
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 31b88026d757
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli v1.22.15
Expand All @@ -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.2
)

require (
Expand Down

0 comments on commit e8369bf

Please sign in to comment.