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 @@ -11,7 +11,7 @@ require (
github.com/longhorn/go-common-libs v0.0.0-20260502161928-1e84fa75a8f1
github.com/longhorn/go-spdk-helper v0.6.2-0.20260514102642-789b2a1cb467
github.com/longhorn/longhorn-engine v1.12.0-dev-20260503.0.20260514055128-ec3f7dbb512f
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515051212-7e0ddb934b91
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515080523-0d855ad13a1d
github.com/longhorn/types v0.0.0-20260514154143-1dfb06f48eeb
github.com/sirupsen/logrus v1.9.4
github.com/urfave/cli v1.22.17
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ github.com/longhorn/go-spdk-helper v0.6.2-0.20260514102642-789b2a1cb467 h1:qwlSB
github.com/longhorn/go-spdk-helper v0.6.2-0.20260514102642-789b2a1cb467/go.mod h1:ZxbMkGsbC2TpzuGLjn9yXXExolt8/F3dl/C8O9/Qa7s=
github.com/longhorn/longhorn-engine v1.12.0-dev-20260503.0.20260514055128-ec3f7dbb512f h1:R76xekZfQKZTJrWs74QD4YLhXTiGEEUJr5aEjKGoh3k=
github.com/longhorn/longhorn-engine v1.12.0-dev-20260503.0.20260514055128-ec3f7dbb512f/go.mod h1:WGxRiCkfdUBxNymnS8BaNBB9HXTQjJqUquptuUtM9+o=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515051212-7e0ddb934b91 h1:r+7KHgr5H33Mp6GEodYfGcj5ky7GT0LdVBDdcVyhwKQ=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515051212-7e0ddb934b91/go.mod h1:QozLt4bqxOnl69J8/o+zbMc40iQHzKfVO1v7zmfW31w=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515080523-0d855ad13a1d h1:0fqjZ8kP28+R1tCdpu+pYfhdhFW0DgdD/DRn4tz03Mw=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515080523-0d855ad13a1d/go.mod h1:QozLt4bqxOnl69J8/o+zbMc40iQHzKfVO1v7zmfW31w=
github.com/longhorn/sparse-tools v0.0.0-20260423074222-280e61de741a h1:xb71oeVPI7XZymAAG8ts5deC8s40dnX5IgxTYAB/qnk=
github.com/longhorn/sparse-tools v0.0.0-20260423074222-280e61de741a/go.mod h1:d8l9nyC8No3PIfYHwZunnBj88y5M4sDM+h6uZyTtaNk=
github.com/longhorn/types v0.0.0-20260514154143-1dfb06f48eeb h1:kj/ag7xC8l9QewJ6tpZAWCYRgipYwIOkqPoqY52utW4=
Expand Down

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

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

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

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

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 @@ -383,7 +383,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-20260515051212-7e0ddb934b91
# github.com/longhorn/longhorn-spdk-engine v0.0.0-20260515080523-0d855ad13a1d
## explicit; go 1.26.0
github.com/longhorn/longhorn-spdk-engine/pkg/api
github.com/longhorn/longhorn-spdk-engine/pkg/client
Expand Down
Loading