Skip to content

Commit afbff83

Browse files
committed
chore(vendor): update dependencies
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent a57250a commit afbff83

1,316 files changed

Lines changed: 47171 additions & 51577 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ toolchain go1.25.6
77
require (
88
github.com/google/uuid v1.6.0
99
github.com/longhorn/backupstore v0.0.0-20260120061542-61f6a1bcd863
10-
github.com/longhorn/go-common-libs v0.0.0-20260103034008-119bdcf1b2d6
10+
github.com/longhorn/go-common-libs v0.0.0-20260118234208-0048623a22b1
1111
github.com/longhorn/go-spdk-helper v0.4.0
12-
github.com/longhorn/longhorn-engine v1.10.1
13-
github.com/longhorn/longhorn-spdk-engine v0.0.0-20251023092409-3c3113c50437
14-
github.com/longhorn/types v0.0.0-20251228142423-336840fb2fd6
12+
github.com/longhorn/longhorn-engine v1.10.2-dev-20260111.0.20260120074711-0703c7ef5f9a
13+
github.com/longhorn/longhorn-spdk-engine v0.0.0-20260120074055-a4283648ff83
14+
github.com/longhorn/types v0.0.0-20260118234234-63598269a247
1515
github.com/pkg/errors v0.9.1
1616
github.com/sirupsen/logrus v1.9.4
1717
github.com/urfave/cli v1.22.17
1818
golang.org/x/sync v0.19.0
1919
google.golang.org/grpc v1.78.0
2020
google.golang.org/protobuf v1.36.11
2121
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
22-
k8s.io/mount-utils v0.34.2
22+
k8s.io/mount-utils v0.34.3
2323
)
2424

2525
require (
@@ -77,8 +77,8 @@ require (
7777
github.com/json-iterator/go v1.1.12 // indirect
7878
github.com/kr/pretty v0.3.1 // indirect
7979
github.com/kr/text v0.2.0 // indirect
80-
github.com/longhorn/go-iscsi-helper v0.0.0-20251102142448-23eedefc2b60 // indirect
81-
github.com/longhorn/sparse-tools v0.0.0-20251020055717-ae3aca526fd7 // indirect
80+
github.com/longhorn/go-iscsi-helper v0.0.0-20260117042347-da1af2aab3fc // indirect
81+
github.com/longhorn/sparse-tools v0.0.0-20260117144214-070853c24eda // indirect
8282
github.com/mailru/easyjson v0.7.7 // indirect
8383
github.com/mitchellh/go-ps v1.0.0 // indirect
8484
github.com/moby/sys/mountinfo v0.7.2 // indirect
@@ -93,33 +93,33 @@ require (
9393
github.com/prometheus/common v0.60.1 // indirect
9494
github.com/prometheus/procfs v0.15.1 // indirect
9595
github.com/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47 // indirect
96-
github.com/rogpeppe/go-internal v1.13.1 // indirect
96+
github.com/rogpeppe/go-internal v1.14.1 // indirect
9797
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9898
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
9999
github.com/slok/goresilience v0.2.0 // indirect
100100
github.com/x448/float16 v0.8.4 // indirect
101101
github.com/yusufpapurcu/wmi v1.2.4 // indirect
102102
go.uber.org/multierr v1.11.0 // indirect
103-
go.yaml.in/yaml/v2 v2.4.2 // indirect
103+
go.yaml.in/yaml/v2 v2.4.3 // indirect
104104
go.yaml.in/yaml/v3 v3.0.4 // indirect
105-
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
105+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
106106
golang.org/x/net v0.49.0 // indirect
107107
golang.org/x/oauth2 v0.32.0 // indirect
108108
golang.org/x/sys v0.40.0 // indirect
109109
golang.org/x/term v0.39.0 // indirect
110110
golang.org/x/text v0.33.0 // indirect
111111
golang.org/x/time v0.9.0 // indirect
112112
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
113-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
113+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
114114
gopkg.in/inf.v0 v0.9.1 // indirect
115115
gopkg.in/yaml.v3 v3.0.1 // indirect
116-
k8s.io/api v0.34.1 // indirect
117-
k8s.io/apimachinery v0.34.1 // indirect
118-
k8s.io/client-go v0.34.1 // indirect
116+
k8s.io/api v0.35.0 // indirect
117+
k8s.io/apimachinery v0.35.0 // indirect
118+
k8s.io/client-go v0.35.0 // indirect
119119
k8s.io/klog/v2 v2.130.1 // indirect
120-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
121-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
122-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
120+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
121+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
122+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
123123
sigs.k8s.io/randfill v1.0.0 // indirect
124124
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
125125
sigs.k8s.io/yaml v1.6.0 // indirect

go.sum

Lines changed: 48 additions & 44 deletions
Large diffs are not rendered by default.

pkg/instance/instance.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import (
1414
grpccodes "google.golang.org/grpc/codes"
1515
grpcstatus "google.golang.org/grpc/status"
1616

17+
"github.com/longhorn/go-spdk-helper/pkg/initiator"
18+
1719
lhLonghorn "github.com/longhorn/go-common-libs/longhorn"
1820
spdkapi "github.com/longhorn/longhorn-spdk-engine/pkg/api"
1921
spdkclient "github.com/longhorn/longhorn-spdk-engine/pkg/client"
@@ -171,7 +173,8 @@ func (ops V2DataEngineInstanceOps) InstanceCreate(req *rpc.InstanceCreateRequest
171173
switch req.Spec.Type {
172174
case types.InstanceTypeEngine:
173175
engine, err := c.EngineCreate(req.Spec.Name, req.Spec.VolumeName, req.Spec.SpdkInstanceSpec.Frontend, req.Spec.SpdkInstanceSpec.Size, req.Spec.SpdkInstanceSpec.ReplicaAddressMap,
174-
req.Spec.PortCount, req.Spec.InitiatorAddress, req.Spec.TargetAddress, req.Spec.SpdkInstanceSpec.SalvageRequested)
176+
req.Spec.PortCount, req.Spec.InitiatorAddress, req.Spec.TargetAddress, req.Spec.SpdkInstanceSpec.SalvageRequested,
177+
initiator.DefaultUblkQueueDepth, initiator.DefaultUblkQueueDepth)
175178
if err != nil {
176179
return nil, err
177180
}

vendor/github.com/longhorn/go-iscsi-helper/iscsidev/iscsi.go

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/longhorn-engine/pkg/controller/client/controller_client.go

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

vendor/github.com/longhorn/longhorn-engine/pkg/replica/client/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/longhorn-engine/pkg/sync/sync.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/longhorn-spdk-engine/pkg/client/client.go

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/longhorn-spdk-engine/pkg/spdk/backing_image.go

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

vendor/github.com/longhorn/longhorn-spdk-engine/pkg/spdk/backup.go

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

0 commit comments

Comments
 (0)