Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cockroachdb/errors v1.12.0
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
github.com/longhorn/backupstore v0.0.0-20260125095146-1a9767525bb7
github.com/longhorn/backupstore v0.0.0-20260127053626-a9fd84935804
github.com/longhorn/go-common-libs v0.0.0-20260120075236-9a9dafa0a7ea
github.com/longhorn/longhorn-engine v1.10.2
github.com/longhorn/sparse-tools v0.0.0-20260117144214-070853c24eda
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,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-20260125095146-1a9767525bb7 h1:WGvV4VrA+2JY5eBsWnIHmItXNGPqM6Jv32HkYRmHiuw=
github.com/longhorn/backupstore v0.0.0-20260125095146-1a9767525bb7/go.mod h1:svcRf2E10R+rGROd91dysLbWG8zdiewAM4SgqWdQWW8=
github.com/longhorn/backupstore v0.0.0-20260127053626-a9fd84935804 h1:lTZ2HOCP0Chka/mpVzWMEx8MHgZZyeuSm0J8mItXPHU=
github.com/longhorn/backupstore v0.0.0-20260127053626-a9fd84935804/go.mod h1:svcRf2E10R+rGROd91dysLbWG8zdiewAM4SgqWdQWW8=
github.com/longhorn/go-common-libs v0.0.0-20260120075236-9a9dafa0a7ea h1:pHllgiTrGPXzYn7X3FsYOJlPOyyw8MBTPxD8vB6wQeo=
github.com/longhorn/go-common-libs v0.0.0-20260120075236-9a9dafa0a7ea/go.mod h1:6yzjCu4GbKEisJFoMhjrWhUWWQ5k9wEFI8JRojJsfj8=
github.com/longhorn/go-iscsi-helper v0.0.0-20260125095104-688e170e56e5 h1:o1uyPy1gq7TsMCBFHRPM47GlpeJnb0kCYGtkPX5x4KY=
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/longhorn/backupstore/util.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 @@ -282,7 +282,7 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/backupstore v0.0.0-20260125095146-1a9767525bb7
# github.com/longhorn/backupstore v0.0.0-20260127053626-a9fd84935804
## explicit; go 1.24.0
github.com/longhorn/backupstore
github.com/longhorn/backupstore/azblob
Expand Down