Skip to content

Commit 421eaba

Browse files
committed
Apply go mod tidy
1 parent ffbfe9b commit 421eaba

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ module github.com/magicdrive/ark
22

33
go 1.25.0
44

5-
require (
6-
golang.org/x/net v0.52.0
7-
golang.org/x/text v0.35.0
8-
)
5+
require golang.org/x/text v0.35.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
golang.org/x/net v0.52.0 h1:He/TN1l0e4mmR3QqHMT2Xab3Aj3L9qjbhRm78/6jrW0=
2-
golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
31
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
42
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=

0 commit comments

Comments
 (0)