feat(更新依赖): 更新golang.org/x/sys到v0.48.0
build.yaml / build (push) Successful in 28s

This commit is contained in:
xiaoqidun committed 2026-09-18 14:00:59 +08:00
1 parent c4c8f21017
commit 35dd2e3167
2 files changed
+4 -4

No files matched your search

+2 -2
View File
@@ -1,8 +1,8 @@
module github.com/xiaoqidun/symfs
go 1.25.0
go 1.26.0
require (
github.com/winfsp/cgofuse v1.6.0
golang.org/x/sys v0.47.0
golang.org/x/sys v0.48.0
)