Skip to content

Commit 0337fc7

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update patch digest dependencies
1 parent 14bf661 commit 0337fc7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ toolchain go1.25.1
77
require (
88
github.com/google/uuid v1.6.0
99
github.com/longhorn/backupstore v0.0.0-20250804022317-794abf817297
10-
github.com/longhorn/go-common-libs v0.0.0-20250914160439-bed5f95658dc
11-
github.com/longhorn/go-spdk-helper v0.0.4-0.20250915053338-daa8a47889b4
10+
github.com/longhorn/go-common-libs v0.0.0-20250921030719-16313e7f30b3
11+
github.com/longhorn/go-spdk-helper v0.0.4
1212
github.com/longhorn/longhorn-engine v1.10.0-dev-20250824.0.20250911042227-b892286beabd
1313
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250917004104-1a8c3b02ea6e
1414
github.com/longhorn/types v0.0.0-20250915085125-0638a2eac534

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
107107
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
108108
github.com/longhorn/backupstore v0.0.0-20250804022317-794abf817297 h1:KVnOHFT3wuwgyhV7/Rue8NMt13NkpIkZ3B7eVR0C8yM=
109109
github.com/longhorn/backupstore v0.0.0-20250804022317-794abf817297/go.mod h1:j5TiUyvRBYaSaPY/p6GIFOk1orfWcngk9hIWxDDJ5mg=
110-
github.com/longhorn/go-common-libs v0.0.0-20250914160439-bed5f95658dc h1:lgcmT2ioN1IkSJ0i+lJ2KjrfskSCHLThaVIterveuaE=
111-
github.com/longhorn/go-common-libs v0.0.0-20250914160439-bed5f95658dc/go.mod h1:qNo/KuUpaoJyZUB+8/NyVQMAyrnbXw+amFxlJuI/AaM=
110+
github.com/longhorn/go-common-libs v0.0.0-20250921030719-16313e7f30b3 h1:gYM57Q0NqyNpwIjyBFqcLS9MNL5nM/6a/vYHMzDqjXE=
111+
github.com/longhorn/go-common-libs v0.0.0-20250921030719-16313e7f30b3/go.mod h1:K7RvsXAw/r4+vsO+13iVjR6eEtzsEt1DttoP29KDbls=
112112
github.com/longhorn/go-iscsi-helper v0.0.0-20250810143507-5c5f9a0060b4 h1:i6Wac1SO2YwXkqZetnc1KZc+2PnFZ9xSUs99nFAhHiU=
113113
github.com/longhorn/go-iscsi-helper v0.0.0-20250810143507-5c5f9a0060b4/go.mod h1:EIkghFAyqv+8ktznS4a+leJ6KKQLPt9zrcdS2Zsfk+M=
114-
github.com/longhorn/go-spdk-helper v0.0.4-0.20250915053338-daa8a47889b4 h1:IE8WLw+smpx0wuZlPg7JjH0oG15eLTVhMTotj/zohsM=
115-
github.com/longhorn/go-spdk-helper v0.0.4-0.20250915053338-daa8a47889b4/go.mod h1:jXiQGipYcnbRZZ7mu5gCM4bbAtNeL9g+4UkDsjaTEzY=
114+
github.com/longhorn/go-spdk-helper v0.0.4 h1:Or7+7LSHpT8wBEtvv22Q9E/Tl9ks46DFC3N8r+x1dQk=
115+
github.com/longhorn/go-spdk-helper v0.0.4/go.mod h1:jXiQGipYcnbRZZ7mu5gCM4bbAtNeL9g+4UkDsjaTEzY=
116116
github.com/longhorn/longhorn-engine v1.10.0-dev-20250824.0.20250911042227-b892286beabd h1:2GDnGZ+CzRJR9iAdXvtEYBS60f8mZvmPOkCSr1Fk/DA=
117117
github.com/longhorn/longhorn-engine v1.10.0-dev-20250824.0.20250911042227-b892286beabd/go.mod h1:MPuXGH5nz8kOTO9w1Oydh7yJZvPJRQ1G13jRPf4T0o0=
118118
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250917004104-1a8c3b02ea6e h1:b089RQLkYtOuUfZKeI3ewRMtSwFT6teBd8jVgqcDKbg=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ github.com/longhorn/backupstore/s3
202202
github.com/longhorn/backupstore/types
203203
github.com/longhorn/backupstore/util
204204
github.com/longhorn/backupstore/vfs
205-
# github.com/longhorn/go-common-libs v0.0.0-20250914160439-bed5f95658dc
205+
# github.com/longhorn/go-common-libs v0.0.0-20250921030719-16313e7f30b3
206206
## explicit; go 1.24.0
207207
github.com/longhorn/go-common-libs/backingimage
208208
github.com/longhorn/go-common-libs/backup
@@ -225,7 +225,7 @@ github.com/longhorn/go-iscsi-helper/iscsidev
225225
github.com/longhorn/go-iscsi-helper/longhorndev
226226
github.com/longhorn/go-iscsi-helper/types
227227
github.com/longhorn/go-iscsi-helper/util
228-
# github.com/longhorn/go-spdk-helper v0.0.4-0.20250915053338-daa8a47889b4
228+
# github.com/longhorn/go-spdk-helper v0.0.4
229229
## explicit; go 1.24.0
230230
github.com/longhorn/go-spdk-helper/pkg/initiator
231231
github.com/longhorn/go-spdk-helper/pkg/jsonrpc

0 commit comments

Comments
 (0)