This commit is contained in:
renzhiyuan 2025-07-21 15:30:36 +08:00
parent d386f2f190
commit b1ded87cb1
1 changed files with 4 additions and 1 deletions

5
go.mod
View File

@ -1,8 +1,11 @@
module l-ai-excel-header-match
module gitea.cdlsxd.cn/self-tools/l_ai_excel_header_match
go 1.22.2
require (
github.com/volcengine/volcengine-go-sdk v1.1.23
)