Skip to content

Commit

Permalink
vendor: Update longhorn/longhorn-engine
Browse files Browse the repository at this point in the history
Longhorn 4294

Signed-off-by: Shuo Wu <shuo.wu@suse.com>
  • Loading branch information
shuo-wu authored and innobead committed Aug 8, 2022
1 parent 4007ac0 commit a34d165
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 49 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/golang/protobuf v1.3.3-0.20190920234318-1680a479a2cf
github.com/google/uuid v1.3.0
github.com/longhorn/backupstore v0.0.0-20211109055147-56ddc538b859
github.com/longhorn/longhorn-engine v1.3.0-preview1
github.com/longhorn/longhorn-engine v1.3.1-0.20220808083255-7310e09cd663
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/tinylib/msgp v1.1.1-0.20190612170807-0573788bc2a8 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/longhorn/backupstore v0.0.0-20211109055147-56ddc538b859 h1:Xff8617ecmLI8tYnWvgpY8aI2sZz4v3lTa353IVyijs=
github.com/longhorn/backupstore v0.0.0-20211109055147-56ddc538b859/go.mod h1:hvIVsrpjPey7KupirAh0WoPMg0ArWnE6fA5bI30X7AI=
github.com/longhorn/go-iscsi-helper v0.0.0-20210330030558-49a327fb024e h1:hz4quJkaJWDo+xW+G6wTF6d6/95QvJ+o2D0+bB/tJ1U=
github.com/longhorn/go-iscsi-helper v0.0.0-20210330030558-49a327fb024e/go.mod h1:9z/y9glKmWEdV50tjlUPxFwi1goQfIrrsoZbnMyIZbY=
github.com/longhorn/longhorn-engine v1.3.0-preview1 h1:aleV7rxaIE4/ZvtKNJxFjx2bDHMByqfxuOreDjxOtkU=
github.com/longhorn/longhorn-engine v1.3.0-preview1/go.mod h1:SPYBeRnysbA3sYd3Ln5mFHADmqG6kXGlwi2Ba6JqcQU=
github.com/longhorn/go-iscsi-helper v0.0.0-20220805034259-7b59e22574bb h1:zwAHsMzVfHNEMwAO3Mu2il0dcPGyJsZZuYED7ASbvfc=
github.com/longhorn/go-iscsi-helper v0.0.0-20220805034259-7b59e22574bb/go.mod h1:9z/y9glKmWEdV50tjlUPxFwi1goQfIrrsoZbnMyIZbY=
github.com/longhorn/longhorn-engine v1.3.1-0.20220808083255-7310e09cd663 h1:OK5hDS5TQeJDkBGk/Z+OAtrKFwU2QKxB5rAw3097Xew=
github.com/longhorn/longhorn-engine v1.3.1-0.20220808083255-7310e09cd663/go.mod h1:hh5h9w4xITR1Ulb1MjisfTyELv7VHKEvqNu3Dq655yo=
github.com/longhorn/nsfilelock v0.0.0-20200723175406-fa7c83ad0003/go.mod h1:0CLeXlf59Lg6C0kjLSDf47ft73Dh37CwymYRKWwAn04=
github.com/longhorn/sparse-tools v0.0.0-20220323120706-0bd9b4129826 h1:8IeuJT9y0xFGSfSl9dOG/L6dJOGtIrS3nYqgo3eYzao=
github.com/longhorn/sparse-tools v0.0.0-20220323120706-0bd9b4129826/go.mod h1:BWM7yTPb1DulG18EE/Jy20LVIySzIYoZpiOYFtAGwZo=
Expand Down
20 changes: 15 additions & 5 deletions vendor/github.com/longhorn/longhorn-engine/pkg/replica/replica.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 45 additions & 37 deletions vendor/github.com/longhorn/longhorn-engine/pkg/sync/sync.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ github.com/longhorn/backupstore/nfs
github.com/longhorn/backupstore/s3
github.com/longhorn/backupstore/util
github.com/longhorn/backupstore/vfs
# github.com/longhorn/go-iscsi-helper v0.0.0-20210330030558-49a327fb024e
# github.com/longhorn/go-iscsi-helper v0.0.0-20220805034259-7b59e22574bb
github.com/longhorn/go-iscsi-helper/util
# github.com/longhorn/longhorn-engine v1.3.0-preview1
# github.com/longhorn/longhorn-engine v1.3.1-0.20220808083255-7310e09cd663
github.com/longhorn/longhorn-engine/pkg/backingfile
github.com/longhorn/longhorn-engine/pkg/controller/client
github.com/longhorn/longhorn-engine/pkg/meta
Expand Down

0 comments on commit a34d165

Please sign in to comment.