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.5.x) - abandoned #1180

Open
wants to merge 1 commit into
base: v1.5.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 @@ -10,16 +10,16 @@ require (
github.com/golang/protobuf v1.5.4
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/longhorn/backupstore v0.0.0-20240509144945-3bce6e69af15
github.com/longhorn/go-common-libs v0.0.0-20240514074907-351459694cbf
github.com/longhorn/go-iscsi-helper v0.0.0-20240513041205-7a18d2fd85bf
github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb
github.com/moby/moby v23.0.12+incompatible
github.com/longhorn/backupstore b405e8f77dc3
github.com/longhorn/go-common-libs 614ae31d2212
github.com/longhorn/go-iscsi-helper dd4b01aa15b8
github.com/longhorn/sparse-tools 7951cd783270
github.com/moby/moby v23.0.15+incompatible
github.com/pkg/errors v0.9.1
github.com/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47
github.com/rancher/go-rancher v0.1.1-0.20190307222549-9756097e5e4c
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.23.0
golang.org/x/sys v0.20.0
google.golang.org/grpc v1.63.2
Expand Down
Loading