Skip to content

Commit 2d5b5d8

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update github.com/longhorn/backupstore digest to 8442864
1 parent 8084285 commit 2d5b5d8

File tree

10 files changed

+278
-18
lines changed

10 files changed

+278
-18
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/RoaringBitmap/roaring v1.2.3
99
github.com/golang/protobuf v1.5.4
1010
github.com/gorilla/mux v1.8.1
11-
github.com/longhorn/backupstore v0.0.0-20240603134532-5ec9a300bef4
11+
github.com/longhorn/backupstore v0.0.0-20240616091913-84428641a11d
1212
github.com/longhorn/longhorn-engine v1.6.2
1313
github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb
1414
github.com/pkg/errors v0.9.1
@@ -42,7 +42,7 @@ require (
4242
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4343
github.com/moby/sys/mountinfo v0.6.2 // indirect
4444
github.com/mschoch/smat v0.2.0 // indirect
45-
github.com/pierrec/lz4/v4 v4.1.17 // indirect
45+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
4646
github.com/prometheus/client_golang v1.15.0 // indirect
4747
github.com/prometheus/client_model v0.3.0 // indirect
4848
github.com/prometheus/common v0.42.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
5555
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
5656
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5757
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
58-
github.com/longhorn/backupstore v0.0.0-20240603134532-5ec9a300bef4 h1:FI2oBT6397aaQfspA3tDlYjkDaqhtXnwID4dMgVic0g=
59-
github.com/longhorn/backupstore v0.0.0-20240603134532-5ec9a300bef4/go.mod h1:n210xpMUVrSn/W4Za/9BZhyXLCTVfAOq5lNdLrRSyz8=
58+
github.com/longhorn/backupstore v0.0.0-20240616091913-84428641a11d h1:N5xR9QHU1vbhhfUij+hEOWd5OaQOTD/Jml0jC4vlVqI=
59+
github.com/longhorn/backupstore v0.0.0-20240616091913-84428641a11d/go.mod h1:LxuU2n2baZOWFPE9modv3mYOjpFfD9AT7KPoWehCpk4=
6060
github.com/longhorn/longhorn-engine v1.6.2 h1:XLIbAsIVgXon3WPRL1MM0ZFOVEbLMQTbppp3pXNIGWU=
6161
github.com/longhorn/longhorn-engine v1.6.2/go.mod h1:7RY35aj5piIStG95F3BDJUvC5wd62x9HBRItFS5YXac=
6262
github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb h1:Kh89s6i5T1W6BT1Aq9W1YHXojbbcTXlDieWC5KWAs/E=
@@ -69,8 +69,8 @@ github.com/moby/sys/mountinfo v0.6.2/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGp
6969
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
7070
github.com/mschoch/smat v0.2.0 h1:8imxQsjDm8yFEAVBe7azKmKSgzSkZXDuKkSq9374khM=
7171
github.com/mschoch/smat v0.2.0/go.mod h1:kc9mz7DoBKqDyiRL7VZN8KvXQMWeTaVnttLRXOlotKw=
72-
github.com/pierrec/lz4/v4 v4.1.17 h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=
73-
github.com/pierrec/lz4/v4 v4.1.17/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
72+
github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=
73+
github.com/pierrec/lz4/v4 v4.1.21/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
7474
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
7575
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
7676
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/pierrec/lz4/v4/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pierrec/lz4/v4/compressing_reader.go

+222
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pierrec/lz4/v4/internal/lz4block/blocks.go

+1-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_arm64.s

+13-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pierrec/lz4/v4/internal/lz4stream/block.go

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pierrec/lz4/v4/options.go

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)