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 (master) #1356

Merged
merged 1 commit into from
Dec 18, 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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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-20241217122650-1663643255d4
github.com/longhorn/go-common-libs v0.0.0-20241217111348-5bad87d5320c
github.com/longhorn/go-iscsi-helper v0.0.0-20241216162435-a9bda5faf8b8
github.com/longhorn/backupstore v0.0.0-20241218004307-b75ee1322085
github.com/longhorn/go-common-libs v0.0.0-20241217170247-b8a12cee7f65
github.com/longhorn/go-iscsi-helper v0.0.0-20241218002831-b9829a236cd2
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c
github.com/longhorn/types v0.0.0-20241217083824-2e0ecb487ccf
github.com/moby/moby v26.1.5+incompatible
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ 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-20241217122650-1663643255d4 h1:MPk0aIH0/4EmY/R7woFwwsizrLf5/+7zabYRM6co+V0=
github.com/longhorn/backupstore v0.0.0-20241217122650-1663643255d4/go.mod h1:3pMkWpVfbU2Z3p8oqMWX7FgQ73ofVmqFywpgMeYnWPI=
github.com/longhorn/go-common-libs v0.0.0-20241217111348-5bad87d5320c h1:qXRkKpEGxGIh2MTdAgorC8oRV4M3OFIa4sizGbEUh0U=
github.com/longhorn/go-common-libs v0.0.0-20241217111348-5bad87d5320c/go.mod h1:vEMkfH4afJwzmK6Q1hd7bKin7du2zdV8eVsdfONozOA=
github.com/longhorn/go-iscsi-helper v0.0.0-20241216162435-a9bda5faf8b8 h1:Mqr6XlBkf3+hxCo8hcV5ngTKLYMrUDGJEDn2f3ajbOQ=
github.com/longhorn/go-iscsi-helper v0.0.0-20241216162435-a9bda5faf8b8/go.mod h1:1qILuI2jBCcgdE7bBGY//pCh6eUyOMDJ/2glD0yPqlk=
github.com/longhorn/backupstore v0.0.0-20241218004307-b75ee1322085 h1:rPAC3JxZlC7Y9ooQmLVZpwNX5JWy30oYqhSIoN7VPBg=
github.com/longhorn/backupstore v0.0.0-20241218004307-b75ee1322085/go.mod h1:SG0ydhcIYJxnBDBd/nm5Oy5rXX86wbRNDbEdywwiMaI=
github.com/longhorn/go-common-libs v0.0.0-20241217170247-b8a12cee7f65 h1:8lLw5EGeU3roroeg+fN6B2LCnm0Z425tWpwbA8vzmZk=
github.com/longhorn/go-common-libs v0.0.0-20241217170247-b8a12cee7f65/go.mod h1:LiwSR56HRbeCok7CXYUO3lOwgAW7Spg73qIkM3ZyTJw=
github.com/longhorn/go-iscsi-helper v0.0.0-20241218002831-b9829a236cd2 h1:p33ldmDLPn4Xp1B7x/bM1YOeZA8EBNaiu0wi4lwcRxc=
github.com/longhorn/go-iscsi-helper v0.0.0-20241218002831-b9829a236cd2/go.mod h1:DbCk3R1PY5QiV1w/GuU738npeJbfiqZad1mNIFWqVEk=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c/go.mod h1:dfbJqfI8+T9ZCp5zhTYcBi/64hPBNt5/vFF3gTlfMmc=
github.com/longhorn/types v0.0.0-20241217083824-2e0ecb487ccf h1:7TFVWpGl0MB9osrliT+j6+Jdr1cAuR/U2noPx0H9yYY=
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/backupstore v0.0.0-20241217122650-1663643255d4
# github.com/longhorn/backupstore v0.0.0-20241218004307-b75ee1322085
## explicit; go 1.22.7
github.com/longhorn/backupstore
github.com/longhorn/backupstore/azblob
Expand All @@ -172,7 +172,7 @@ github.com/longhorn/backupstore/systembackup
github.com/longhorn/backupstore/types
github.com/longhorn/backupstore/util
github.com/longhorn/backupstore/vfs
# github.com/longhorn/go-common-libs v0.0.0-20241217111348-5bad87d5320c
# github.com/longhorn/go-common-libs v0.0.0-20241217170247-b8a12cee7f65
## explicit; go 1.22.7
github.com/longhorn/go-common-libs/backup
github.com/longhorn/go-common-libs/exec
Expand All @@ -184,7 +184,7 @@ github.com/longhorn/go-common-libs/sync
github.com/longhorn/go-common-libs/sys
github.com/longhorn/go-common-libs/types
github.com/longhorn/go-common-libs/utils
# github.com/longhorn/go-iscsi-helper v0.0.0-20241216162435-a9bda5faf8b8
# github.com/longhorn/go-iscsi-helper v0.0.0-20241218002831-b9829a236cd2
## explicit; go 1.22.7
github.com/longhorn/go-iscsi-helper/iscsi
github.com/longhorn/go-iscsi-helper/iscsidev
Expand Down
Loading