Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update patch digest dependencies (v1.6.x) #671

Open
wants to merge 1 commit into
base: v1.6.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 b405e8f77dc3
github.com/longhorn/go-common-libs 614ae31d2212
github.com/longhorn/go-spdk-helper af0134eda2a6
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 f09c9b92b0a9
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 (
Expand Down
Loading