Skip to content

Commit e32cebb

Browse files
eryajfjyxjjjSuyunmeng
authored
fix(deps): resolve go.mod tidy failure (#388)
fix: go.mod tidy failed Co-authored-by: ShenLin <[email protected]> Co-authored-by: Suyunjing <[email protected]>
1 parent 02031bd commit e32cebb

File tree

2 files changed

+21
-45
lines changed

2 files changed

+21
-45
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ require (
4646
github.com/maruel/natural v1.1.1
4747
github.com/meilisearch/meilisearch-go v0.27.2
4848
github.com/mholt/archives v0.1.0
49-
github.com/minio/sio v0.4.0
5049
github.com/natefinch/lumberjack v2.0.0+incompatible
5150
github.com/ncw/swift/v2 v2.0.3
5251
github.com/pkg/errors v0.9.1
@@ -80,7 +79,11 @@ require (
8079
gorm.io/gorm v1.25.11
8180
)
8281

83-
require github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
82+
require (
83+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
84+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
85+
github.com/google/go-cmp v0.7.0 // indirect
86+
)
8487

8588
require (
8689
github.com/STARRY-S/zip v0.2.1 // indirect
@@ -106,7 +109,6 @@ require (
106109
github.com/ipfs/boxo v0.12.0 // indirect
107110
github.com/jackc/puddle/v2 v2.2.1 // indirect
108111
github.com/klauspost/pgzip v1.2.6 // indirect
109-
github.com/kr/text v0.2.0 // indirect
110112
github.com/matoous/go-nanoid/v2 v2.1.0 // indirect
111113
github.com/microcosm-cc/bluemonday v1.0.27
112114
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78
@@ -249,7 +251,7 @@ require (
249251
github.com/yusufpapurcu/wmi v1.2.4 // indirect
250252
go.etcd.io/bbolt v1.3.8 // indirect
251253
golang.org/x/arch v0.8.0 // indirect
252-
golang.org/x/sync v0.12.0
254+
golang.org/x/sync v0.12.0 // indirect
253255
golang.org/x/sys v0.33.0 // indirect
254256
golang.org/x/term v0.32.0 // indirect
255257
golang.org/x/text v0.23.0

0 commit comments

Comments
 (0)