update: single write cache

This commit is contained in:
tao.chen
2026-08-31 17:41:56 +08:00
parent b257f6700f
commit 3573a2de43
3 changed files with 50 additions and 8 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
module tmp-upload
go 1.24
go 1.25.0
require (
github.com/gin-gonic/gin v1.10.0
github.com/robfig/cron/v3 v3.0.1
golang.org/x/sync v0.22.0
)
require (