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 patch digest dependencies (v1.7.x) #1325

Merged
merged 1 commit into from
Dec 8, 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 @@ -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-20241207165647-0292e7399ff4
github.com/longhorn/backupstore v0.0.0-20241208060255-5c474bb003bd
github.com/longhorn/go-common-libs v0.0.0-20241208031806-6a06a4861f43
github.com/longhorn/go-iscsi-helper v0.0.0-20241130163427-b18631536a86
github.com/longhorn/sparse-tools v0.0.0-20241124090628-9499c1fb63d7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,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-20241207165647-0292e7399ff4 h1:Br4VayiAka6cJW2B6Trwm3RugpewU7mvvSrhNkv+9hs=
github.com/longhorn/backupstore v0.0.0-20241207165647-0292e7399ff4/go.mod h1:dq78UJFvile57yOvgyw06Gn0tqkKeOuEon4yYMRFqb8=
github.com/longhorn/backupstore v0.0.0-20241208060255-5c474bb003bd h1:lcqAEYf2+ZcNphaIShCvdvHhhxRFMtLD7GA623WUS0M=
github.com/longhorn/backupstore v0.0.0-20241208060255-5c474bb003bd/go.mod h1:35urUcY2wO9lgFQnoR4l9i4Hc/x/fNzI8Pn/dloPSd0=
github.com/longhorn/go-common-libs v0.0.0-20241208031806-6a06a4861f43 h1:d0hmUiuxL+IIE97HP5KjuqhAz8a7n9B99yJ0AsW8FQI=
github.com/longhorn/go-common-libs v0.0.0-20241208031806-6a06a4861f43/go.mod h1:1NWpVSlXEklq2aMq9FZfID1ovXdo7r5MtUxR7pgPBEs=
github.com/longhorn/go-iscsi-helper v0.0.0-20241130163427-b18631536a86 h1:HBOE8N3yC8xR4469k3WenqcrD3Xw6SCXLvJFioXDNKY=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/backupstore v0.0.0-20241207165647-0292e7399ff4
# github.com/longhorn/backupstore v0.0.0-20241208060255-5c474bb003bd
## explicit; go 1.22.7
github.com/longhorn/backupstore
github.com/longhorn/backupstore/azblob
Expand Down
Loading