Skip to content

Commit

Permalink
fix(deps): update module github.com/longhorn/longhorn-engine to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Feb 22, 2025
1 parent b6b328e commit ef54d65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/longhorn/backupstore v0.0.0-20250215022153-7ee3a979f2a9
github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e
github.com/longhorn/longhorn-engine v1.7.2
github.com/longhorn/longhorn-engine v1.7.3
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee
github.com/pkg/errors v0.9.1
Expand Down Expand Up @@ -45,7 +45,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad // indirect
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/moby/sys/mountinfo v0.7.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ github.com/longhorn/backupstore v0.0.0-20250215022153-7ee3a979f2a9 h1:TDLyWqxfdL
github.com/longhorn/backupstore v0.0.0-20250215022153-7ee3a979f2a9/go.mod h1:68UurOCxyLbFS/490FPo+q2G/7iJXfPwI33eNm1m3D8=
github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e h1:QxJaa0Jo3yGWXrxk317mH1KJwgz7SwDldH1ec/yNEss=
github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e/go.mod h1:qDoXeH6jrSofJyr3ubwwhlptIKHHsQwTsm5TpNTs1B0=
github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad h1:AqhTx1s0Ym//9Tdhyo/i+gCpRAJLFwue8QWD5XCRVz8=
github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad/go.mod h1:pumnMfyGDTfupyMeT7G3m/Xc15Veo8nKkod5Unv4ff0=
github.com/longhorn/longhorn-engine v1.7.2 h1:vinyycvF8zfHQitieUZtcMR6bKjC2dPdiwEm0QVn9YM=
github.com/longhorn/longhorn-engine v1.7.2/go.mod h1:WVBJZtUcj3hMoEBJe0PsbdDQ/+9GTu2Tq/mRQc75obQ=
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625 h1:d39A3041RyFve26tIuKUuzrh2CkBY970xlGIXgMA998=
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625/go.mod h1:yIm3sGRuYOw/Y3XzRhG5+3FlZBOfrU5EZOavzwL2jVs=
github.com/longhorn/longhorn-engine v1.7.3 h1:0OeXrZ9T2ZjV+jEoZ91RoZm8S0OvJzGPnMiEEDu+wvc=
github.com/longhorn/longhorn-engine v1.7.3/go.mod h1:OPprXHcQ6hkKg/ea7KwHzCZ8ScI0iUPcoiveqkuh1k4=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c/go.mod h1:dfbJqfI8+T9ZCp5zhTYcBi/64hPBNt5/vFF3gTlfMmc=
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee h1:Zs5aeND6m29Tr3wfYmioK9ecSJW+L6o1Xhzj7zQQSrg=
Expand Down
8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,15 @@ github.com/longhorn/go-common-libs/sync
github.com/longhorn/go-common-libs/sys
github.com/longhorn/go-common-libs/types
github.com/longhorn/go-common-libs/utils
# github.com/longhorn/go-iscsi-helper v0.0.0-20241006012607-08f5166d1fad
## explicit; go 1.22.0
# github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625
## explicit; go 1.22.7
github.com/longhorn/go-iscsi-helper/iscsi
github.com/longhorn/go-iscsi-helper/iscsidev
github.com/longhorn/go-iscsi-helper/longhorndev
github.com/longhorn/go-iscsi-helper/types
github.com/longhorn/go-iscsi-helper/util
# github.com/longhorn/longhorn-engine v1.7.2
## explicit; go 1.22.2
# github.com/longhorn/longhorn-engine v1.7.3
## explicit; go 1.22.7
github.com/longhorn/longhorn-engine/pkg/interceptor
github.com/longhorn/longhorn-engine/pkg/replica/client
github.com/longhorn/longhorn-engine/pkg/types
Expand Down

0 comments on commit ef54d65

Please sign in to comment.