Skip to content

Commit c0c7e23

Browse files
renovate[bot]derekbit
authored andcommitted
fix(deps): update github.com/longhorn/go-common-libs digest to f040e02
1 parent 651bd33 commit c0c7e23

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
module github.com/longhorn/backupstore
22

3-
go 1.22.7
3+
go 1.23.0
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
79
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
810
github.com/aws/aws-sdk-go v1.55.6
911
github.com/gammazero/workerpool v1.1.3
1012
github.com/google/uuid v1.6.0
11-
github.com/longhorn/go-common-libs v0.0.0-20250214070119-c86a06c781f5
13+
github.com/longhorn/go-common-libs v0.0.0-20250306071949-f040e0263527
1214
github.com/pierrec/lz4/v4 v4.1.22
1315
github.com/pkg/errors v0.9.1
1416
github.com/sirupsen/logrus v1.9.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9494
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
9595
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
9696
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
97-
github.com/longhorn/go-common-libs v0.0.0-20250214070119-c86a06c781f5 h1:EHHl1jzMC26pJmxLGwxjU0WjNz8vWrF7+s70I0VP060=
98-
github.com/longhorn/go-common-libs v0.0.0-20250214070119-c86a06c781f5/go.mod h1:WHFO5jD8wdnSSB5g+/mKNzcC0bglsPpH7ZBfFNlOMko=
97+
github.com/longhorn/go-common-libs v0.0.0-20250306071949-f040e0263527 h1:Kvl+E2Wmionx8NW8gvrlEkfiNZUr8q+KNtYORlCiOQc=
98+
github.com/longhorn/go-common-libs v0.0.0-20250306071949-f040e0263527/go.mod h1:mcl7/l12vDFOchB2LYHpN27+QDGuFhvMpJvmNlrpl9k=
9999
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
100100
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
101101
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ github.com/kr/pretty
133133
# github.com/kr/text v0.2.0
134134
## explicit
135135
github.com/kr/text
136-
# github.com/longhorn/go-common-libs v0.0.0-20250214070119-c86a06c781f5
137-
## explicit; go 1.22.7
136+
# github.com/longhorn/go-common-libs v0.0.0-20250306071949-f040e0263527
137+
## explicit; go 1.23.0
138138
github.com/longhorn/go-common-libs/backup
139139
# github.com/matttproud/golang_protobuf_extensions v1.0.4
140140
## explicit; go 1.9

0 commit comments

Comments
 (0)