Skip to content
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 @@ -10,7 +10,7 @@ require (
github.com/longhorn/go-common-libs v0.0.0-20250419062810-2bdafe8e7f4e
github.com/longhorn/go-spdk-helper v0.0.0-20250418061607-6992821f5686
github.com/longhorn/longhorn-engine v1.9.0-dev-20250223.0.20250225091521-921f63f3a87d
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250417025732-c02213b70a28
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250420232921-68e08b0a127a
github.com/longhorn/types v0.0.0-20250416235128-0c407ad2b792
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ github.com/longhorn/go-spdk-helper v0.0.0-20250418061607-6992821f5686 h1:MDji0xs
github.com/longhorn/go-spdk-helper v0.0.0-20250418061607-6992821f5686/go.mod h1:k1MUTmyAIXuabuyviT3shOnN618449WqmamtCJlsh4c=
github.com/longhorn/longhorn-engine v1.9.0-dev-20250223.0.20250225091521-921f63f3a87d h1:JdkTIIaKT0uUU80Ncl26JeAqT727PgPJMaqjf0OUfAE=
github.com/longhorn/longhorn-engine v1.9.0-dev-20250223.0.20250225091521-921f63f3a87d/go.mod h1:qTsHK0nU6Myh4XGnuqfsPG4FpeLh7Vki2hLl/1P0iuc=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250417025732-c02213b70a28 h1:AkQ+E59NgyCqkh8PqPs17mpjL6my5hqH5ijBKUhJyEs=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250417025732-c02213b70a28/go.mod h1:kZMwCV534EKpYDWXU3oixEbuX6icabTZ6GVw4OQwgv4=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250420232921-68e08b0a127a h1:EzjGbk2E24f7bCbDD/sEBmDIcPXxPu992CSXfhV7Ldo=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250420232921-68e08b0a127a/go.mod h1:nPCGGwihcFThXMXtqlVw2pCKHVshRbLzXatza9m/BNw=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c/go.mod h1:dfbJqfI8+T9ZCp5zhTYcBi/64hPBNt5/vFF3gTlfMmc=
github.com/longhorn/types v0.0.0-20250416235128-0c407ad2b792 h1:+KWYQQKGCBnoy7Our2ryJ9HtUksKf3OPaLVMfsxPzMk=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ github.com/longhorn/longhorn-engine/pkg/sync
github.com/longhorn/longhorn-engine/pkg/types
github.com/longhorn/longhorn-engine/pkg/util
github.com/longhorn/longhorn-engine/pkg/util/disk
# github.com/longhorn/longhorn-spdk-engine v0.0.0-20250417025732-c02213b70a28
# github.com/longhorn/longhorn-spdk-engine v0.0.0-20250420232921-68e08b0a127a
## explicit; go 1.23.0
github.com/longhorn/longhorn-spdk-engine/pkg/api
github.com/longhorn/longhorn-spdk-engine/pkg/client
Expand Down