Skip to content

Commit

Permalink
vendor: update longhorn-engine
Browse files Browse the repository at this point in the history
Ref: 4927

Signed-off-by: James Lu <james.lu@suse.com>
  • Loading branch information
mantissahz authored and David Ko committed Jun 15, 2023
1 parent 2d0b300 commit f47b87f
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 39 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-20230306022849-8d5e216c3b33
github.com/longhorn/longhorn-engine v1.3.3-0.20230216042703-718990dc8a35
github.com/longhorn/longhorn-engine v1.3.3
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
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/longhorn/backupstore v0.0.0-20220913112826-5f5c95274f2a/go.mod h1:hvIVsrpjPey7KupirAh0WoPMg0ArWnE6fA5bI30X7AI=
github.com/longhorn/backupstore v0.0.0-20230306022849-8d5e216c3b33 h1:zfRoewEi64drdl4PzGcdw88jobkiAbQpxBT6IbT+zmY=
github.com/longhorn/backupstore v0.0.0-20230306022849-8d5e216c3b33/go.mod h1:NFJYOfVUk22TZPSVbKHFgL0JgbJP0suXdixr1042sM8=
github.com/longhorn/go-iscsi-helper v0.0.0-20230215045129-588aa7586e4c h1:M4UR1cVrVHHKqwc4aL3MUlp1d/Z2i7T7VS1y0SSUwa8=
github.com/longhorn/go-iscsi-helper v0.0.0-20230215045129-588aa7586e4c/go.mod h1:9z/y9glKmWEdV50tjlUPxFwi1goQfIrrsoZbnMyIZbY=
github.com/longhorn/longhorn-engine v1.3.3-0.20230216042703-718990dc8a35 h1:3RgCpW+8XGrUq3U5pSH1cDszVu6gIWhGs2akEEdtAZc=
github.com/longhorn/longhorn-engine v1.3.3-0.20230216042703-718990dc8a35/go.mod h1:rFBcnmpcs6un/I1InIzb18kPni64pH2iclEyoGrdXO0=
github.com/longhorn/longhorn-engine v1.3.3 h1:syzFlOV5aTRX6rfs82TYJUVexm9e5B/we5vXW97RlIo=
github.com/longhorn/longhorn-engine v1.3.3/go.mod h1:q1dS4TBER+9KdHHBnl9T7CGNRE6L2Zo72xWWHDzWCuY=
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
52 changes: 21 additions & 31 deletions vendor/github.com/longhorn/longhorn-engine/pkg/replica/server.go

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

9 changes: 7 additions & 2 deletions vendor/github.com/longhorn/longhorn-engine/pkg/sync/backup.go

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

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

11 changes: 11 additions & 0 deletions vendor/github.com/longhorn/longhorn-engine/pkg/types/types.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ github.com/longhorn/backupstore/util
github.com/longhorn/backupstore/vfs
# github.com/longhorn/go-iscsi-helper v0.0.0-20230215045129-588aa7586e4c
github.com/longhorn/go-iscsi-helper/util
# github.com/longhorn/longhorn-engine v1.3.3-0.20230216042703-718990dc8a35
# github.com/longhorn/longhorn-engine v1.3.3
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 f47b87f

Please sign in to comment.