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/go-common-libs digest to 5bad87d (v1.7.x) #1352

Merged
merged 1 commit into from
Dec 17, 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 @@ -11,7 +11,7 @@ require (
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/longhorn/backupstore v0.0.0-20241216162505-6ea1b1d542a3
github.com/longhorn/go-common-libs v0.0.0-20241216151853-f3a20a6d8f6e
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/sparse-tools v0.0.0-20241216160947-2b328f0fa59c
github.com/longhorn/types v0.0.0-20241217083824-2e0ecb487ccf
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
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-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/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,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-20241216151853-f3a20a6d8f6e
# github.com/longhorn/go-common-libs v0.0.0-20241217111348-5bad87d5320c
## explicit; go 1.22.7
github.com/longhorn/go-common-libs/backup
github.com/longhorn/go-common-libs/exec
Expand Down
Loading