1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-13 13:16:55 +08:00

implement file.AddFile

This commit is contained in:
源文雨
2023-03-22 23:31:34 +08:00
parent 929c5ecfbb
commit 05e59426cd
6 changed files with 161 additions and 3 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
github.com/fumiama/go-base16384 v1.6.4
github.com/fumiama/go-docx v0.0.0-20230310052825-daf7190ea69b
github.com/fumiama/imgsz v0.0.2
github.com/sirupsen/logrus v1.9.0
)