Skip to content

Commit 547a062

Browse files
fix(deps): update module github.com/longhorn/go-spdk-helper to v0.4.0
1 parent 246a5b8 commit 547a062

7 files changed

Lines changed: 179 additions & 40 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/longhorn/longhorn-instance-manager
22

3-
go 1.24.0
3+
go 1.25.3
44

55
toolchain go1.25.6
66

77
require (
88
github.com/google/uuid v1.6.0
99
github.com/longhorn/backupstore v0.0.0-20260117153754-7f9cb49ed6d5
1010
github.com/longhorn/go-common-libs v0.0.0-20260103034008-119bdcf1b2d6
11-
github.com/longhorn/go-spdk-helper v0.2.0
11+
github.com/longhorn/go-spdk-helper v0.4.0
1212
github.com/longhorn/longhorn-engine v1.10.1
1313
github.com/longhorn/longhorn-spdk-engine v0.0.0-20251023092409-3c3113c50437
1414
github.com/longhorn/types v0.0.0-20251228142423-336840fb2fd6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ github.com/longhorn/go-common-libs v0.0.0-20260103034008-119bdcf1b2d6 h1:5UCypDz
155155
github.com/longhorn/go-common-libs v0.0.0-20260103034008-119bdcf1b2d6/go.mod h1:iywtr93iKehrS6w2K2arGY4j5y5FT9jVe4I43I0JWac=
156156
github.com/longhorn/go-iscsi-helper v0.0.0-20251102142448-23eedefc2b60 h1:lwACMOh9nKBzWkLpmyJkpigmB9HHYV5FfiiZ3jFohDM=
157157
github.com/longhorn/go-iscsi-helper v0.0.0-20251102142448-23eedefc2b60/go.mod h1:h8So5DelxtL605STgtfFsA3SYT3+4vnIO2OUrpRFwXo=
158-
github.com/longhorn/go-spdk-helper v0.2.0 h1:acKeo4I/FCxYssA44NbBl7iHNKrq4Y68o5iFXQ/RG9U=
159-
github.com/longhorn/go-spdk-helper v0.2.0/go.mod h1:fpzNCDddFJMLAWjm2cNnpepuw0g4p+S5SzuxS57W0/4=
158+
github.com/longhorn/go-spdk-helper v0.4.0 h1:xqNJU+Z/L2haAbS7ZhB/5myQGJRiRXwI+Dh+TR3Rc9c=
159+
github.com/longhorn/go-spdk-helper v0.4.0/go.mod h1:a0HmvTeelKVa2WSd6HkUGJvLPt7iW2yK+8o+Kh2rLow=
160160
github.com/longhorn/longhorn-engine v1.10.1 h1:ao7PB3Op4GMkCHRI7zi++WqortFjB1vspcFtkT/EUQo=
161161
github.com/longhorn/longhorn-engine v1.10.1/go.mod h1:YwMdO0mhjXTQ+rHmmeAdlDiklljHL2Ljs3E+hpgz0v4=
162162
github.com/longhorn/longhorn-spdk-engine v0.0.0-20251023092409-3c3113c50437 h1:C8kq+8pfoCCFaSorUg1l8XphTmvaqmp/JpVYJhV4h10=

vendor/github.com/longhorn/go-spdk-helper/pkg/initiator/initiator.go

Lines changed: 71 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/go-spdk-helper/pkg/spdk/client/basic.go

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/go-spdk-helper/pkg/spdk/types/nvme.go

Lines changed: 39 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/go-spdk-helper/pkg/util/device.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ github.com/longhorn/go-iscsi-helper/iscsidev
349349
github.com/longhorn/go-iscsi-helper/longhorndev
350350
github.com/longhorn/go-iscsi-helper/types
351351
github.com/longhorn/go-iscsi-helper/util
352-
# github.com/longhorn/go-spdk-helper v0.2.0
353-
## explicit; go 1.24.0
352+
# github.com/longhorn/go-spdk-helper v0.4.0
353+
## explicit; go 1.25.3
354354
github.com/longhorn/go-spdk-helper/pkg/initiator
355355
github.com/longhorn/go-spdk-helper/pkg/jsonrpc
356356
github.com/longhorn/go-spdk-helper/pkg/spdk/client

0 commit comments

Comments
 (0)