Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/longhorn/backupstore digest to 78e2c88 (master) #1144

Merged
merged 1 commit into from
Jul 6, 2024
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/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-20240701092136-92b7cc071e50
github.com/longhorn/backupstore v0.0.0-20240706152841-78e2c8892f4e
github.com/longhorn/go-common-libs v0.0.0-20240706152523-ac799085128f
github.com/longhorn/go-iscsi-helper v0.0.0-20240706152726-9dbb9c7bdf30
github.com/longhorn/sparse-tools v0.0.0-20240703010727-92451e38077a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ 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-20240701092136-92b7cc071e50 h1:yXHIBE30Q93ZyV9X9CwnsBLN3HPXjo98nptEO4q/umQ=
github.com/longhorn/backupstore v0.0.0-20240701092136-92b7cc071e50/go.mod h1:MvvmxgUA3uTpUxn8S/+LlEhuzS3o18Jt1neeUlk0GW8=
github.com/longhorn/backupstore v0.0.0-20240706152841-78e2c8892f4e h1:UtuNgcxi6YSdlY711WXEa5lHqET6p3QL+4ZkAJnVl9w=
github.com/longhorn/backupstore v0.0.0-20240706152841-78e2c8892f4e/go.mod h1:X9DZ+xqReDQfSsGCxRnNViBxoxSbHezjfejwTPp17NI=
github.com/longhorn/go-common-libs v0.0.0-20240706152523-ac799085128f h1:TjO/A4UE06053vB/y11J0Dvm9DyVqmVbdvCCuXUi0YU=
github.com/longhorn/go-common-libs v0.0.0-20240706152523-ac799085128f/go.mod h1:/MpLJbr0zSw0Pl8UUpumNArliCtuMr1LPPDVlnqOTgA=
github.com/longhorn/go-iscsi-helper v0.0.0-20240706152726-9dbb9c7bdf30 h1:tTHysoIMIUt53dRqLtIo7AH0RRMr2P5Jy8DAMxDISO8=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/backupstore v0.0.0-20240701092136-92b7cc071e50
# github.com/longhorn/backupstore v0.0.0-20240706152841-78e2c8892f4e
## explicit; go 1.22.0
github.com/longhorn/backupstore
github.com/longhorn/backupstore/azblob
Expand Down