feat(更新依赖): 更新golang.org/x/text到v0.35.0

This commit is contained in:
2026-03-20 14:34:12 +08:00
parent f0d0767c10
commit 8bbb8342ea
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
module github.com/xiaoqidun/qqwry
go 1.24.0
go 1.25.0
require (
github.com/ipipdotnet/ipdb-go v1.3.3
golang.org/x/text v0.34.0
golang.org/x/text v0.35.0
)