Skip to content

Commit 1fff48e

Browse files
fix(deps): update patch digest dependencies
1 parent e33cb12 commit 1fff48e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module github.com/longhorn/backupstore
22

33
go 1.22.0
44

5-
toolchain go1.23.1
5+
toolchain go1.23.2
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
99
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1
1010
github.com/aws/aws-sdk-go v1.55.5
1111
github.com/gammazero/workerpool v1.1.3
1212
github.com/google/uuid v1.6.0
13-
github.com/longhorn/go-common-libs v0.0.0-20240921050101-797b589b669d
13+
github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4
1414
github.com/pierrec/lz4/v4 v4.1.21
1515
github.com/pkg/errors v0.9.1
1616
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9898
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
9999
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
100100
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
101-
github.com/longhorn/go-common-libs v0.0.0-20240921050101-797b589b669d h1:MXJlzyXLptspJEc1UC7ee2eBIYksTl0RT2bXUAXU+8Q=
102-
github.com/longhorn/go-common-libs v0.0.0-20240921050101-797b589b669d/go.mod h1:L8QlyY7cqL84FcxnJ8HK6DaQ1Ej9JiZtZ94OW5W+Yyw=
101+
github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4 h1:XIVowDtBbw8kAEf0JCCFx5eMyUkuDBhAhpM3WtUAN0U=
102+
github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4/go.mod h1:L8QlyY7cqL84FcxnJ8HK6DaQ1Ej9JiZtZ94OW5W+Yyw=
103103
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
104104
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
105105
github.com/moby/sys/mountinfo v0.7.1 h1:/tTvQaSJRr2FshkhXiIpux6fQ2Zvc4j7tAhMTStAG2g=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ github.com/kr/pretty
139139
# github.com/kr/text v0.2.0
140140
## explicit
141141
github.com/kr/text
142-
# github.com/longhorn/go-common-libs v0.0.0-20240921050101-797b589b669d
142+
# github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4
143143
## explicit; go 1.22.0
144144
github.com/longhorn/go-common-libs/backup
145145
# github.com/matttproud/golang_protobuf_extensions v1.0.1

0 commit comments

Comments
 (0)