Skip to content

Commit

Permalink
chore(dep): update backupstore to the latest digest
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead authored and mergify[bot] committed Dec 16, 2024
1 parent 8b26d43 commit 932253f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/longhorn/longhorn-engine

go 1.23.0
go 1.22.7

toolchain go1.23.4

Expand All @@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/longhorn/backupstore v0.0.0-20241216110555-9deb8c7c2d4c
github.com/longhorn/backupstore v0.0.0-20241216162505-6ea1b1d542a3
github.com/longhorn/go-common-libs v0.0.0-20241216151853-f3a20a6d8f6e
github.com/longhorn/go-iscsi-helper v0.0.0-20241216160354-6e5f17558cef
github.com/longhorn/sparse-tools v0.0.0-20241124090628-9499c1fb63d7
Expand Down Expand Up @@ -81,5 +81,5 @@ require (
gotest.tools/v3 v3.4.0 // indirect
k8s.io/apimachinery v0.31.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/longhorn/backupstore v0.0.0-20241216110555-9deb8c7c2d4c h1:ARgeA5aTyTLN8xxtx6x7dTn/HLlIcpKwR3oKJMO/muA=
github.com/longhorn/backupstore v0.0.0-20241216110555-9deb8c7c2d4c/go.mod h1:9TdxLBOrISt7nPGEP0AxaN4rtdXODyIvizPE9HA3HNk=
github.com/longhorn/backupstore v0.0.0-20241216162505-6ea1b1d542a3 h1:4UHfJOSbrwTuK/DmGFlTg9jUDgYgh2uYMx/OhIU/t5I=
github.com/longhorn/backupstore v0.0.0-20241216162505-6ea1b1d542a3/go.mod h1:BMf2uXcZRdFvoD9X9Eq+a3gPyemd4Bsew9wpEIhQ9n4=
github.com/longhorn/go-common-libs v0.0.0-20241216151853-f3a20a6d8f6e h1:wr2QnL9vo1KoRlupTtQeFakgWOdqjcgd2E6aCGssXCo=
github.com/longhorn/go-common-libs v0.0.0-20241216151853-f3a20a6d8f6e/go.mod h1:Ps3/x2JxP6W1jkUapEA3uxL5f/sSRA5mh67EFcH4zpU=
github.com/longhorn/go-iscsi-helper v0.0.0-20241216160354-6e5f17558cef h1:OmtVWEkIrtCi98CXm1k1hTsobXgDvg/crmYRFf15hUY=
Expand Down Expand Up @@ -256,5 +256,5 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/mount-utils v0.31.3 h1:CANy3prUYvvDCc2X7ZKgpjpDhAidx4gjGh/WwDrCPq8=
k8s.io/mount-utils v0.31.3/go.mod h1:HV/VYBUGqYUj4vt82YltzpWvgv8FPg0G9ItyInT3NPU=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
2 changes: 1 addition & 1 deletion vendor/github.com/longhorn/backupstore/renovate.json

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

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/backupstore v0.0.0-20241216110555-9deb8c7c2d4c
## explicit; go 1.23.0
# github.com/longhorn/backupstore v0.0.0-20241216162505-6ea1b1d542a3
## explicit; go 1.22.7
github.com/longhorn/backupstore
github.com/longhorn/backupstore/azblob
github.com/longhorn/backupstore/backupbackingimage
Expand Down Expand Up @@ -471,7 +471,7 @@ k8s.io/klog/v2/internal/sloghandler
# k8s.io/mount-utils v0.31.3
## explicit; go 1.22.0
k8s.io/mount-utils
# k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
# k8s.io/utils v0.0.0-20241210054802-24370beab758
## explicit; go 1.18
k8s.io/utils/clock
k8s.io/utils/exec
Expand Down

0 comments on commit 932253f

Please sign in to comment.