Skip to content

Commit

Permalink
chore: update vendor
Browse files Browse the repository at this point in the history
longhorn/longhorn-6613

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Aug 9, 2024
1 parent d4b896b commit 757a42a
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 54 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ module github.com/longhorn/longhorn-instance-manager

go 1.22.2

replace github.com/longhorn/longhorn-spdk-engine => github.com/c3y1huang/longhorn-spdk-engine v0.0.0-20240809051757-7ceda35b480a

replace github.com/longhorn/backupstore => github.com/c3y1huang/backupstore v0.0.0-20240809014845-7e34647347fa

require (
github.com/RoaringBitmap/roaring v1.9.4
github.com/google/uuid v1.6.0
github.com/longhorn/backupstore v0.0.0-20240729142451-d8ab2fde0c6c
github.com/longhorn/go-common-libs v0.0.0-20240729132251-9e1e0e6045c6
github.com/longhorn/go-spdk-helper v0.0.0-20240729144510-ca31a064ce91
github.com/longhorn/go-spdk-helper v0.0.0-20240809041416-d679e629f379
github.com/longhorn/longhorn-engine v1.7.0-rc3
github.com/longhorn/longhorn-spdk-engine v0.0.0-20240806012518-6d56db7e56ab
github.com/longhorn/types v0.0.0-20240725040629-473d671316c4
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bits-and-blooms/bitset v1.12.0 h1:U/q1fAF7xXRhFCrhROzIfffYnu+dlS38vCZtmFVPHmA=
github.com/bits-and-blooms/bitset v1.12.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/c3y1huang/backupstore v0.0.0-20240809014845-7e34647347fa h1:xEiu8wcITNPIb9YQoi3Znx/VmPBelEq5bzcWmG3q/HI=
github.com/c3y1huang/backupstore v0.0.0-20240809014845-7e34647347fa/go.mod h1:3LS9oGrEAUO59xbdACCbKlr7j9LkAvmx8RCJBCfnTaE=
github.com/c3y1huang/longhorn-spdk-engine v0.0.0-20240809051757-7ceda35b480a h1:U+GMIzWAwLFML8ACoSrMbd17bSe0KGcQbcMM3TGMqCo=
github.com/c3y1huang/longhorn-spdk-engine v0.0.0-20240809051757-7ceda35b480a/go.mod h1:KuPO5EA40PeBehaPvU6LPG2fnWuKBIJ1zkxxYdHyBwA=
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8 h1:SjZ2GvvOononHOpK84APFuMvxqsk3tEIaKH/z4Rpu3g=
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8/go.mod h1:uEyr4WpAH4hio6LFriaPkL938XnrvLpNPmQHBdrmbIE=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
Expand Down Expand Up @@ -91,18 +95,14 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/longhorn/backupstore v0.0.0-20240729142451-d8ab2fde0c6c h1:mEQ0+KjUf2UoWSt9evEoNx0mrbC/0HYvCKwIFXsRn9k=
github.com/longhorn/backupstore v0.0.0-20240729142451-d8ab2fde0c6c/go.mod h1:7L/qcMq6IK3S/VU52AtmeKCnOK9Tz1XmMilzo2ILEm8=
github.com/longhorn/go-common-libs v0.0.0-20240729132251-9e1e0e6045c6 h1:RysSv4aS6oZD1w3tqVIyisAmHDYn/oo30x2ACNVLI5w=
github.com/longhorn/go-common-libs v0.0.0-20240729132251-9e1e0e6045c6/go.mod h1:n8qac+ubzVdubf0kuMzsjKZxn43IuhLAHeakwpnB7UM=
github.com/longhorn/go-iscsi-helper v0.0.0-20240727052644-d2442a50e906 h1:1FoEoyIQRtKAKv3O8MJ1nczly3+WMzbFbjT3pmakpWw=
github.com/longhorn/go-iscsi-helper v0.0.0-20240727052644-d2442a50e906/go.mod h1:/VLElLs6+hjmkY7VQn92W8MO56HVvLJUSNBQitOB0fY=
github.com/longhorn/go-spdk-helper v0.0.0-20240729144510-ca31a064ce91 h1:5xYB4UTwmp+kl/hib/H0pQqb2Dg7QSKoDbmCKUojhPM=
github.com/longhorn/go-spdk-helper v0.0.0-20240729144510-ca31a064ce91/go.mod h1:sD6aVynQSbPnYyJ77NLiYbWNI5zyzxcVzIEnXFcKCww=
github.com/longhorn/go-spdk-helper v0.0.0-20240809041416-d679e629f379 h1:FNO6HGGDfhggmp46H3+X1DxUkpkYMJwDOs402iotYYU=
github.com/longhorn/go-spdk-helper v0.0.0-20240809041416-d679e629f379/go.mod h1:UauA7GIVFR0g580fjKsHsY14Yv/lv4s2q8m6wqkx6Fw=
github.com/longhorn/longhorn-engine v1.7.0-rc3 h1:YTt++OeSrEOlifz++8VAOH/aJ4lGShD2TaJP1ZaQ3Uw=
github.com/longhorn/longhorn-engine v1.7.0-rc3/go.mod h1:2Hq/3QzW4fF2yUg+kauiAT3ps5WCKLMkrwXW2Wyfj9o=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20240806012518-6d56db7e56ab h1:I0is1ph6cZia3Awz/NxiQXdlhxAu+1p5/FdRqvnfmPA=
github.com/longhorn/longhorn-spdk-engine v0.0.0-20240806012518-6d56db7e56ab/go.mod h1:wL4qNnw5bLF9rlv8XJtT1kcca5Fl8Twmef8dQ5OdmU4=
github.com/longhorn/nsfilelock v0.0.0-20200723175406-fa7c83ad0003 h1:Jw9uANsGcHTxp6HcC++/vN17LfeuDmozHI2j6DoZf5E=
github.com/longhorn/nsfilelock v0.0.0-20200723175406-fa7c83ad0003/go.mod h1:0CLeXlf59Lg6C0kjLSDf47ft73Dh37CwymYRKWwAn04=
github.com/longhorn/sparse-tools v0.0.0-20240703010727-92451e38077a h1:+o63c0oh7ZNKeQdc0Hawfzz5vRa4LiDvLOtJYjegtnk=
Expand Down
27 changes: 14 additions & 13 deletions vendor/github.com/longhorn/backupstore/deltablock.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.

Loading

0 comments on commit 757a42a

Please sign in to comment.