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-spdk-engine digest to 114edff (master) #725

Merged
merged 1 commit into from
Nov 24, 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 @@ -10,7 +10,7 @@ require (
github.com/longhorn/go-common-libs v0.0.0-20241124035508-d6221574e626
github.com/longhorn/go-spdk-helper v0.0.0-20241124090314-c396ae715a7f
github.com/longhorn/longhorn-engine v1.8.0-dev-20241117
github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124051608-2e42cfc2a216
github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124131155-114edffb76fa
github.com/longhorn/types v0.0.0-20241123075624-48c550af4eab
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 @@ -115,8 +115,8 @@ github.com/longhorn/go-spdk-helper v0.0.0-20241124090314-c396ae715a7f h1:P/XoCIN
github.com/longhorn/go-spdk-helper v0.0.0-20241124090314-c396ae715a7f/go.mod h1:F4KxpqJXmghH0E3GH0XRSr7M0v5DROFEwaecPbhnGY4=
github.com/longhorn/longhorn-engine v1.8.0-dev-20241117 h1:2sW/dPj69/XrMDjsh2LBZ2cyOXb5MQBI7HJCuDc2vjs=
github.com/longhorn/longhorn-engine v1.8.0-dev-20241117/go.mod h1:3VnMqI8YqJ76XdRvnMWJNp1U1ITAyOwOjKtbYPqLqQw=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124051608-2e42cfc2a216 h1:VixkoHemUCigUDFxLMvh/BqtXul7mJzKYKfNeIiSoHI=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124051608-2e42cfc2a216/go.mod h1:dkwcMJLAtkDKia1ZaaTscnbETHQbU6MMGk9/ESEIuGU=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124131155-114edffb76fa h1:Ck8LhqtqSkqEcXLbWN/2Y/M4RVkJ17VIGhTOpJnAmeM=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124131155-114edffb76fa/go.mod h1:A2HD+pUl9CIcOR5zCAFsH5kTndRvniLUnwG8mV3GrLY=
github.com/longhorn/sparse-tools v0.0.0-20241023025917-7951cd783270 h1:F13lddDaeUX8dBwRqOT/aXtb2C1szwqIFgW4KpZgCGw=
github.com/longhorn/sparse-tools v0.0.0-20241023025917-7951cd783270/go.mod h1:iUJCZtOKG/9xv2rfrUAYZntFTzP5dZtvy4Kwe6dMcUc=
github.com/longhorn/types v0.0.0-20241123075624-48c550af4eab h1:vW/sSHB0U/GPnornD1cdoKSEe9bdBwVKP68cZUs1Xh0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,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-20241124051608-2e42cfc2a216
# github.com/longhorn/longhorn-spdk-engine v0.0.0-20241124131155-114edffb76fa
## explicit; go 1.22.7
github.com/longhorn/longhorn-spdk-engine/pkg/api
github.com/longhorn/longhorn-spdk-engine/pkg/client
Expand Down