Skip to content

Commit ef54d65

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update module github.com/longhorn/longhorn-engine to v1.7.3
1 parent b6b328e commit ef54d65

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gorilla/mux v1.8.1
1111
github.com/longhorn/backupstore v0.0.0-20250215022153-7ee3a979f2a9
1212
github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e
13-
github.com/longhorn/longhorn-engine v1.7.2
13+
github.com/longhorn/longhorn-engine v1.7.3
1414
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c
1515
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee
1616
github.com/pkg/errors v0.9.1
@@ -45,7 +45,7 @@ require (
4545
github.com/jmespath/go-jmespath v0.4.0 // indirect
4646
github.com/kr/pretty v0.3.1 // indirect
4747
github.com/kr/text v0.2.0 // indirect
48-
github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad // indirect
48+
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625 // indirect
4949
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5050
github.com/mitchellh/go-ps v1.0.0 // indirect
5151
github.com/moby/sys/mountinfo v0.7.2 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ github.com/longhorn/backupstore v0.0.0-20250215022153-7ee3a979f2a9 h1:TDLyWqxfdL
8080
github.com/longhorn/backupstore v0.0.0-20250215022153-7ee3a979f2a9/go.mod h1:68UurOCxyLbFS/490FPo+q2G/7iJXfPwI33eNm1m3D8=
8181
github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e h1:QxJaa0Jo3yGWXrxk317mH1KJwgz7SwDldH1ec/yNEss=
8282
github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e/go.mod h1:qDoXeH6jrSofJyr3ubwwhlptIKHHsQwTsm5TpNTs1B0=
83-
github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad h1:AqhTx1s0Ym//9Tdhyo/i+gCpRAJLFwue8QWD5XCRVz8=
84-
github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad/go.mod h1:pumnMfyGDTfupyMeT7G3m/Xc15Veo8nKkod5Unv4ff0=
85-
github.com/longhorn/longhorn-engine v1.7.2 h1:vinyycvF8zfHQitieUZtcMR6bKjC2dPdiwEm0QVn9YM=
86-
github.com/longhorn/longhorn-engine v1.7.2/go.mod h1:WVBJZtUcj3hMoEBJe0PsbdDQ/+9GTu2Tq/mRQc75obQ=
83+
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625 h1:d39A3041RyFve26tIuKUuzrh2CkBY970xlGIXgMA998=
84+
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625/go.mod h1:yIm3sGRuYOw/Y3XzRhG5+3FlZBOfrU5EZOavzwL2jVs=
85+
github.com/longhorn/longhorn-engine v1.7.3 h1:0OeXrZ9T2ZjV+jEoZ91RoZm8S0OvJzGPnMiEEDu+wvc=
86+
github.com/longhorn/longhorn-engine v1.7.3/go.mod h1:OPprXHcQ6hkKg/ea7KwHzCZ8ScI0iUPcoiveqkuh1k4=
8787
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
8888
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c/go.mod h1:dfbJqfI8+T9ZCp5zhTYcBi/64hPBNt5/vFF3gTlfMmc=
8989
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee h1:Zs5aeND6m29Tr3wfYmioK9ecSJW+L6o1Xhzj7zQQSrg=

vendor/modules.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ github.com/longhorn/go-common-libs/sync
183183
github.com/longhorn/go-common-libs/sys
184184
github.com/longhorn/go-common-libs/types
185185
github.com/longhorn/go-common-libs/utils
186-
# github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad
187-
## explicit; go 1.22.0
186+
# github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625
187+
## explicit; go 1.22.7
188188
github.com/longhorn/go-iscsi-helper/iscsi
189189
github.com/longhorn/go-iscsi-helper/iscsidev
190190
github.com/longhorn/go-iscsi-helper/longhorndev
191191
github.com/longhorn/go-iscsi-helper/types
192192
github.com/longhorn/go-iscsi-helper/util
193-
# github.com/longhorn/longhorn-engine v1.7.2
194-
## explicit; go 1.22.2
193+
# github.com/longhorn/longhorn-engine v1.7.3
194+
## explicit; go 1.22.7
195195
github.com/longhorn/longhorn-engine/pkg/interceptor
196196
github.com/longhorn/longhorn-engine/pkg/replica/client
197197
github.com/longhorn/longhorn-engine/pkg/types

0 commit comments

Comments
 (0)