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 18, 2024
1 parent 4a614bb commit b657d58
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 @@ -6,8 +6,8 @@ toolchain go1.23.4

require (
github.com/google/uuid v1.6.0
github.com/longhorn/backupstore v0.0.0-20241217122650-1663643255d4
github.com/longhorn/go-common-libs v0.0.0-20241217111348-5bad87d5320c
github.com/longhorn/backupstore v0.0.0-20241218004307-b75ee1322085
github.com/longhorn/go-common-libs v0.0.0-20241218045609-c76c9e237a7d
github.com/longhorn/go-spdk-helper v0.0.0-20240820144231-33c0873802ff
github.com/longhorn/longhorn-engine v1.7.3-dev-20241215.0.20241216174127-932253f43c96
github.com/longhorn/longhorn-spdk-engine v0.0.0-20240821075759-df0d2ae1b9bb
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,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-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/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-20241218045609-c76c9e237a7d h1:dpx9Vm/PjJmTn0vq/nmP+gs3DWDikN7XRZFRg815P5M=
github.com/longhorn/go-common-libs v0.0.0-20241218045609-c76c9e237a7d/go.mod h1:/9MN0k4uIN5vskZeZ4xJ+maMiEAPgcq5tr6KvXETELM=
github.com/longhorn/go-iscsi-helper v0.0.0-20241216160354-6e5f17558cef h1:OmtVWEkIrtCi98CXm1k1hTsobXgDvg/crmYRFf15hUY=
github.com/longhorn/go-iscsi-helper v0.0.0-20241216160354-6e5f17558cef/go.mod h1:h6KOdCzl1jUzh8QW2yC315oV8STkgB4L3i77KVpz7qM=
github.com/longhorn/go-spdk-helper v0.0.0-20240820144231-33c0873802ff h1:8vR29tkbmzmdqRVtOo5kL7Rs7nfhA6duXsmetIh1Tbg=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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 @@ -223,7 +223,7 @@ github.com/longhorn/backupstore/s3
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-20241218045609-c76c9e237a7d
## explicit; go 1.22.7
github.com/longhorn/go-common-libs/backup
github.com/longhorn/go-common-libs/bitmap
Expand Down

0 comments on commit b657d58

Please sign in to comment.