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 github.com/longhorn/backupstore digest to ef7b22d (master) #3224

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ require (
github.com/jinzhu/copier v0.4.0
github.com/kubernetes-csi/csi-lib-utils v0.19.0
github.com/longhorn/backing-image-manager v1.8.0-dev-20241006
github.com/longhorn/backupstore v0.0.0-20241019040107-9af970b538d9
github.com/longhorn/backupstore v0.0.0-20241019064138-ef7b22d3fcb0
github.com/longhorn/go-common-libs v0.0.0-20241018042323-54da24c0807f
github.com/longhorn/go-iscsi-helper v0.0.0-20241018035016-4f89087f131a
github.com/longhorn/go-spdk-helper v0.0.0-20241018034138-ef1671b8828a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/longhorn/backing-image-manager v1.8.0-dev-20241006 h1:F0e8AWz1lBqrBwitsVMCDY+8777UFL2N3vvy/iISV+4=
github.com/longhorn/backing-image-manager v1.8.0-dev-20241006/go.mod h1:346sxN8ZSI6xZpp80nZFkd9LBQ2lrQj6lTTJ5XirDb8=
github.com/longhorn/backupstore v0.0.0-20241019040107-9af970b538d9 h1:AsSKjJE86AlE2KmlzHTeDNHKL3vcWRbyaF5UeSlC7Rw=
github.com/longhorn/backupstore v0.0.0-20241019040107-9af970b538d9/go.mod h1:pjGUeLCEvhf60bwNtS+I30ypt6I9lZ2ofXHZ2oLUmgM=
github.com/longhorn/backupstore v0.0.0-20241019064138-ef7b22d3fcb0 h1:5GvcnLoSIL7re4ACTDtQrvf7Vv1eBtiCTIQK3hLApR0=
github.com/longhorn/backupstore v0.0.0-20241019064138-ef7b22d3fcb0/go.mod h1:4K4Z8zeVXbp5pcozF8fGrZRXatxIreqNH/xWa93odAQ=
github.com/longhorn/go-common-libs v0.0.0-20241018042323-54da24c0807f h1:X0Ty+fnoZ5ExhHdD42TdXd2GAU5sXyaio3AAZlO3fwI=
github.com/longhorn/go-common-libs v0.0.0-20241018042323-54da24c0807f/go.mod h1:ypnoivZeYoZVRqeI2MQHEGA+Vqt8DZVkCbhf/3Ogx7Q=
github.com/longhorn/go-iscsi-helper v0.0.0-20241018035016-4f89087f131a h1:TarAvaVXy2+gLUvCAaVovr8BR9cvfvQALAxPly61bhg=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ github.com/longhorn/backing-image-manager/pkg/client
github.com/longhorn/backing-image-manager/pkg/meta
github.com/longhorn/backing-image-manager/pkg/types
github.com/longhorn/backing-image-manager/pkg/util
# github.com/longhorn/backupstore v0.0.0-20241019040107-9af970b538d9
# github.com/longhorn/backupstore v0.0.0-20241019064138-ef7b22d3fcb0
## explicit; go 1.22.0
github.com/longhorn/backupstore
github.com/longhorn/backupstore/backupbackingimage
Expand Down