Skip to content

Commit 65135bc

Browse files
derekbitinnobead
authored andcommitted
vendor: update longhorn-engine
Longhorn 4552 Longhorn 4580 Signed-off-by: Derek Su <derek.su@suse.com>
1 parent 7d168c7 commit 65135bc

4 files changed

Lines changed: 22 additions & 20 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ require (
77
github.com/golang/protobuf v1.3.3-0.20190920234318-1680a479a2cf
88
github.com/google/uuid v1.3.0
99
github.com/longhorn/backupstore v0.0.0-20220913112826-5f5c95274f2a
10-
github.com/longhorn/longhorn-engine v1.3.1-0.20220919072331-330a008f54ff
10+
github.com/longhorn/go-iscsi-helper v0.0.0-20220927074943-051bf960608b // indirect
11+
github.com/longhorn/longhorn-engine v1.3.2-0.20220929032851-7aac8ae9c8b4
1112
github.com/pkg/errors v0.9.1
1213
github.com/sirupsen/logrus v1.8.1
1314
github.com/tinylib/msgp v1.1.1-0.20190612170807-0573788bc2a8 // indirect

go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv
4848
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
4949
github.com/longhorn/backupstore v0.0.0-20220913112826-5f5c95274f2a h1:f+mLqp3A5M7plw1pBgf8K1nvJxSU7mrGtU7bii+W5Bk=
5050
github.com/longhorn/backupstore v0.0.0-20220913112826-5f5c95274f2a/go.mod h1:hvIVsrpjPey7KupirAh0WoPMg0ArWnE6fA5bI30X7AI=
51-
github.com/longhorn/go-iscsi-helper v0.0.0-20220805034259-7b59e22574bb h1:zwAHsMzVfHNEMwAO3Mu2il0dcPGyJsZZuYED7ASbvfc=
5251
github.com/longhorn/go-iscsi-helper v0.0.0-20220805034259-7b59e22574bb/go.mod h1:9z/y9glKmWEdV50tjlUPxFwi1goQfIrrsoZbnMyIZbY=
53-
github.com/longhorn/longhorn-engine v1.3.1-0.20220919072331-330a008f54ff h1:bZiauAib+QiZrkGPKsu9RLh75ZS7uFLQhCQuAbMtc6o=
54-
github.com/longhorn/longhorn-engine v1.3.1-0.20220919072331-330a008f54ff/go.mod h1:AC5smEVsxdJKI+joa0vSUPLd0Cp/xEQiqAsh3UM3UfY=
52+
github.com/longhorn/go-iscsi-helper v0.0.0-20220927074943-051bf960608b h1:nGWLOG/u+hT1aQnygRavj31JxPwfig/Ts8EnqUVEW6o=
53+
github.com/longhorn/go-iscsi-helper v0.0.0-20220927074943-051bf960608b/go.mod h1:9z/y9glKmWEdV50tjlUPxFwi1goQfIrrsoZbnMyIZbY=
54+
github.com/longhorn/longhorn-engine v1.3.2-0.20220929032851-7aac8ae9c8b4 h1:hNdnSDe6vRZ3uIi6rZIsVITdXAR0G86gLIOJVQtICCo=
55+
github.com/longhorn/longhorn-engine v1.3.2-0.20220929032851-7aac8ae9c8b4/go.mod h1:AC5smEVsxdJKI+joa0vSUPLd0Cp/xEQiqAsh3UM3UfY=
5556
github.com/longhorn/nsfilelock v0.0.0-20200723175406-fa7c83ad0003/go.mod h1:0CLeXlf59Lg6C0kjLSDf47ft73Dh37CwymYRKWwAn04=
5657
github.com/longhorn/sparse-tools v0.0.0-20220323120706-0bd9b4129826 h1:8IeuJT9y0xFGSfSl9dOG/L6dJOGtIrS3nYqgo3eYzao=
5758
github.com/longhorn/sparse-tools v0.0.0-20220323120706-0bd9b4129826/go.mod h1:BWM7yTPb1DulG18EE/Jy20LVIySzIYoZpiOYFtAGwZo=

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

Lines changed: 14 additions & 14 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
@@ -77,9 +77,9 @@ github.com/longhorn/backupstore/nfs
7777
github.com/longhorn/backupstore/s3
7878
github.com/longhorn/backupstore/util
7979
github.com/longhorn/backupstore/vfs
80-
# github.com/longhorn/go-iscsi-helper v0.0.0-20220805034259-7b59e22574bb
80+
# github.com/longhorn/go-iscsi-helper v0.0.0-20220927074943-051bf960608b
8181
github.com/longhorn/go-iscsi-helper/util
82-
# github.com/longhorn/longhorn-engine v1.3.1-0.20220919072331-330a008f54ff
82+
# github.com/longhorn/longhorn-engine v1.3.2-0.20220929032851-7aac8ae9c8b4
8383
github.com/longhorn/longhorn-engine/pkg/backingfile
8484
github.com/longhorn/longhorn-engine/pkg/controller/client
8585
github.com/longhorn/longhorn-engine/pkg/meta

0 commit comments

Comments
 (0)