Skip to content

Commit

Permalink
fix(deps): update patch digest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Dec 17, 2024
1 parent 9fdb5e3 commit 7fa38d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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-20241216162505-6ea1b1d542a3
github.com/longhorn/go-common-libs v0.0.0-20241216151853-f3a20a6d8f6e
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/sparse-tools v0.0.0-20241216160947-2b328f0fa59c
github.com/longhorn/types v0.0.0-20241217083824-2e0ecb487ccf
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ 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-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/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/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
Expand Down
4 changes: 2 additions & 2 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-20241216162505-6ea1b1d542a3
# github.com/longhorn/backupstore v0.0.0-20241217122650-1663643255d4
## 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-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

0 comments on commit 7fa38d2

Please sign in to comment.