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 (master) #3163

Merged
merged 1 commit into from
Sep 14, 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ 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-20240908
github.com/longhorn/backupstore v0.0.0-20240914083652-98df7271a004
github.com/longhorn/backupstore v0.0.0-20240914104455-ae6fea57b2c1
github.com/longhorn/go-common-libs v0.0.0-20240914083622-928beb30c12e
github.com/longhorn/go-iscsi-helper v0.0.0-20240907143006-2d71415d9bd3
github.com/longhorn/go-spdk-helper v0.0.0-20240907134443-f2c9f3529ef6
github.com/longhorn/go-spdk-helper v0.0.0-20240914113221-00dca154c1bd
github.com/longhorn/longhorn-engine v1.8.0-dev-20240908
github.com/longhorn/longhorn-instance-manager v1.8.0-dev-20240908
github.com/longhorn/longhorn-share-manager v1.7.0-rc1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ 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-20240908 h1:UQsE5F6Myt7SfTgAaku5MfZ6GNegeM/P13pXjp3/vEA=
github.com/longhorn/backing-image-manager v1.8.0-dev-20240908/go.mod h1:w2AJpwVKyMZ+H4wWGh/Qql8S6gcLFDZWl5Ce52jExLo=
github.com/longhorn/backupstore v0.0.0-20240914083652-98df7271a004 h1:tXhtUWeTbpr5qx8NLomWPoM6OvJYhXd3QI4EeMkLCGo=
github.com/longhorn/backupstore v0.0.0-20240914083652-98df7271a004/go.mod h1:DW7pZFDKAdT0zeqdLvZ4dt/KUKmRbUMuGdwcuWDnz+A=
github.com/longhorn/backupstore v0.0.0-20240914104455-ae6fea57b2c1 h1:yhfI7Vrdr063Uw99GW0n1hbvCzY8CHe2840AEyUgScI=
github.com/longhorn/backupstore v0.0.0-20240914104455-ae6fea57b2c1/go.mod h1:VJetP6un6EvbyPI+L4nPANM8mTA2YapqzFgrPDGeiU8=
github.com/longhorn/go-common-libs v0.0.0-20240914083622-928beb30c12e h1:4eRlD1NyXoEBv8Vr3gqJehlIBEYy0oUHR+jMfte/9pw=
github.com/longhorn/go-common-libs v0.0.0-20240914083622-928beb30c12e/go.mod h1:LKOBJ/Var9dF7JrTHn0KK86UFtZdUpKqbxyU2jN3UJo=
github.com/longhorn/go-iscsi-helper v0.0.0-20240907143006-2d71415d9bd3 h1:PWXUT0taHZiJU8ItCUmhhJL/m7T3kq2Ak40kfuNbesY=
github.com/longhorn/go-iscsi-helper v0.0.0-20240907143006-2d71415d9bd3/go.mod h1:3f/GmbvwXLWGAnCT1Bj0bb373wd4T48/uZJREbDr//g=
github.com/longhorn/go-spdk-helper v0.0.0-20240907134443-f2c9f3529ef6 h1:9H2GjbvERQuS0HFiXJlZBmFWBduQhl0Nw7Znj/yV6LE=
github.com/longhorn/go-spdk-helper v0.0.0-20240907134443-f2c9f3529ef6/go.mod h1:Hxn5CTNfYCx1EEQ5YLOSnsI65H9CJAXHioqXx6xx1D0=
github.com/longhorn/go-spdk-helper v0.0.0-20240914113221-00dca154c1bd h1:+MLsqZQP7rczfAdLQEWE1Qvd7Z4marRDKagaGeIc4+I=
github.com/longhorn/go-spdk-helper v0.0.0-20240914113221-00dca154c1bd/go.mod h1:1152auLGA688IoxHoC7+Z2xEwQKl1pTr4K3rBsdgUwA=
github.com/longhorn/longhorn-engine v1.8.0-dev-20240908 h1:pEUQEGnFyYC2B20W3Ak48RuYYkwLxBmiGHHTYwT3Tp8=
github.com/longhorn/longhorn-engine v1.8.0-dev-20240908/go.mod h1:V7Xiua0i9swgX8m69qSbFZyJ0qQaARnaUlkbdM5Vsls=
github.com/longhorn/longhorn-instance-manager v1.8.0-dev-20240908 h1:HnyZnI2DBBPkDLTpPRUDeLr1SROOeqJjrvERdHHvwAg=
Expand Down
4 changes: 2 additions & 2 deletions 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-20240914083652-98df7271a004
# github.com/longhorn/backupstore v0.0.0-20240914104455-ae6fea57b2c1
## explicit; go 1.22.0
github.com/longhorn/backupstore
github.com/longhorn/backupstore/backupbackingimage
Expand Down Expand Up @@ -268,7 +268,7 @@ github.com/longhorn/go-iscsi-helper/iscsidev
github.com/longhorn/go-iscsi-helper/longhorndev
github.com/longhorn/go-iscsi-helper/types
github.com/longhorn/go-iscsi-helper/util
# github.com/longhorn/go-spdk-helper v0.0.0-20240907134443-f2c9f3529ef6
# github.com/longhorn/go-spdk-helper v0.0.0-20240914113221-00dca154c1bd
## explicit; go 1.22.0
github.com/longhorn/go-spdk-helper/pkg/types
# github.com/longhorn/longhorn-engine v1.8.0-dev-20240908
Expand Down