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 Jul 2, 2024
1 parent ab3c7ef commit 16a43dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ 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.9.3
github.com/RoaringBitmap/roaring v1.9.4
github.com/google/uuid v1.6.0
github.com/longhorn/backupstore v0.0.0-20240509144945-3bce6e69af15
github.com/longhorn/go-common-libs v0.0.0-20240514074907-351459694cbf
github.com/longhorn/go-spdk-helper v0.0.0-20240308030201-9b252d6f7250
github.com/longhorn/backupstore 92b7cc071e50
github.com/longhorn/go-common-libs ad3e7f0caf5c
github.com/longhorn/go-spdk-helper 99b2a18336b5
github.com/longhorn/longhorn-engine v1.6.2
github.com/longhorn/longhorn-spdk-engine v0.0.0-20240308142500-8ac41e985506
github.com/longhorn/longhorn-spdk-engine c2002ae0216f
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli v1.22.15
golang.org/x/net v0.23.0
golang.org/x/sync v0.6.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.1
google.golang.org/protobuf v1.34.2
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 16a43dc

Please sign in to comment.