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/longhorn-instance-manager digest to bb142d9 (master) #3057

Merged
merged 1 commit into from
Aug 11, 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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ require (
github.com/jinzhu/copier v0.3.5
github.com/kubernetes-csi/csi-lib-utils v0.6.1
github.com/longhorn/backing-image-manager v1.7.0-rc1
github.com/longhorn/backupstore v0.0.0-20240806234049-13b6333c9ddd
github.com/longhorn/backupstore v0.0.0-20240811043357-5c2b7879457f
github.com/longhorn/go-common-libs v0.0.0-20240811024046-b6ddc3efb72e
github.com/longhorn/go-iscsi-helper v0.0.0-20240810084710-ec81ea5b2775
github.com/longhorn/go-spdk-helper v0.0.0-20240810030817-541cd738003e
github.com/longhorn/go-spdk-helper v0.0.0-20240811043327-7c8dd95ea024
github.com/longhorn/longhorn-engine v1.7.0-rc3
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240810110052-58339f861304
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240811072657-bb142d93768e
github.com/longhorn/longhorn-share-manager v1.7.0-rc1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.18.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1222,18 +1222,18 @@ 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.7.0-rc1 h1:kD106yhLtofxDwXkvKs77VAFzTVdJnbxsD2m28X4tp0=
github.com/longhorn/backing-image-manager v1.7.0-rc1/go.mod h1:ZXD/+yKwMer/eZzwQ2ev/eAyLvih7WNq6NDgfUpvQ+8=
github.com/longhorn/backupstore v0.0.0-20240806234049-13b6333c9ddd h1:5mIK3tZVmqA47s61vRmsT5yoORAFESZ7KauxePbyLpY=
github.com/longhorn/backupstore v0.0.0-20240806234049-13b6333c9ddd/go.mod h1:3LS9oGrEAUO59xbdACCbKlr7j9LkAvmx8RCJBCfnTaE=
github.com/longhorn/backupstore v0.0.0-20240811043357-5c2b7879457f h1:VBXKJ+BJoqhz+PGmHxDl6h+aWX9X9N3KQm1cxz4fv/w=
github.com/longhorn/backupstore v0.0.0-20240811043357-5c2b7879457f/go.mod h1:U02ktOpAMSejR4vUztX2zt/78btYsUICDH5AipTddu4=
github.com/longhorn/go-common-libs v0.0.0-20240811024046-b6ddc3efb72e h1:cmns0zh6HMocqH7tnjFrgI8mf/h1i0bbnLznWfjQ63k=
github.com/longhorn/go-common-libs v0.0.0-20240811024046-b6ddc3efb72e/go.mod h1:Yrq49KPpchy++7Z15GrMKPkiwr5IduPboLTL99a1TGA=
github.com/longhorn/go-iscsi-helper v0.0.0-20240810084710-ec81ea5b2775 h1:GeYaVdg/Msl0p/bh47JiG+vkk7MCZWa3AhV9ucZrM4c=
github.com/longhorn/go-iscsi-helper v0.0.0-20240810084710-ec81ea5b2775/go.mod h1:ohKdT7BRNElO+VWX0XBmMsJvfsfsa9bff43SzF3txaE=
github.com/longhorn/go-spdk-helper v0.0.0-20240810030817-541cd738003e h1:zP1aK/ujr1DeYTXp7J6sQ3lq2qHyV7vTkKn/V+eTeQQ=
github.com/longhorn/go-spdk-helper v0.0.0-20240810030817-541cd738003e/go.mod h1:ThWnOfQjcqViQPnxHNYKnP+IU2iQPhZPACSel9f/UCs=
github.com/longhorn/go-spdk-helper v0.0.0-20240811043327-7c8dd95ea024 h1:zUVGghiQS5uPBArYqOZfVfOXGtyrkWqJdp0zOjxfemY=
github.com/longhorn/go-spdk-helper v0.0.0-20240811043327-7c8dd95ea024/go.mod h1:cQRWDU55zcNELrHqkqvVfJNHD3eGgRouP2XKzcWJYUw=
github.com/longhorn/longhorn-engine v1.7.0-rc3 h1:YTt++OeSrEOlifz++8VAOH/aJ4lGShD2TaJP1ZaQ3Uw=
github.com/longhorn/longhorn-engine v1.7.0-rc3/go.mod h1:2Hq/3QzW4fF2yUg+kauiAT3ps5WCKLMkrwXW2Wyfj9o=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240810110052-58339f861304 h1:CM0Vb7XYgIIjxZ+E2lVBmJWcj21sndXSATCElAv4Duo=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240810110052-58339f861304/go.mod h1:k2YVE1uNOW/dohAppMzwzZjmh5j27EI4q3nyndDmXYw=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240811072657-bb142d93768e h1:K3cwhBb6JqsADLMR7uDJQUCAFFOwFCKKoIOfrJdh6Qw=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240811072657-bb142d93768e/go.mod h1:7lh/Bwtbv1DPyoMts39qa5OmTMooa5YoiFoWfn8Ie3U=
github.com/longhorn/longhorn-share-manager v1.7.0-rc1 h1:LsSkSajhG8tCfORKKfwK+8XHVrT/8rI9DRWb7fuoVls=
github.com/longhorn/longhorn-share-manager v1.7.0-rc1/go.mod h1:R6+NscPU4lAV5ueO7//lBCAO3en0aDbZi5KkkOSUJvk=
github.com/longhorn/types v0.0.0-20240725040629-473d671316c4 h1:L2g0sIJ2fXt4BSFRYNnF6ObtKryCUFm9qLcCXHWssCk=
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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-20240806234049-13b6333c9ddd
# github.com/longhorn/backupstore v0.0.0-20240811043357-5c2b7879457f
## explicit; go 1.22.0
github.com/longhorn/backupstore
github.com/longhorn/backupstore/backupbackingimage
Expand Down Expand Up @@ -259,7 +259,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-20240810030817-541cd738003e
# github.com/longhorn/go-spdk-helper v0.0.0-20240811043327-7c8dd95ea024
## explicit; go 1.22.0
github.com/longhorn/go-spdk-helper/pkg/types
# github.com/longhorn/longhorn-engine v1.7.0-rc3
Expand All @@ -269,7 +269,7 @@ github.com/longhorn/longhorn-engine/pkg/meta
github.com/longhorn/longhorn-engine/pkg/replica/client
github.com/longhorn/longhorn-engine/pkg/types
github.com/longhorn/longhorn-engine/pkg/util
# github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240810110052-58339f861304
# github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240811072657-bb142d93768e
## explicit; go 1.22.2
github.com/longhorn/longhorn-instance-manager/pkg/api
github.com/longhorn/longhorn-instance-manager/pkg/client
Expand Down