修复表单能够上传的数据过小问题

This commit is contained in:
GoEdgeLab
2023-02-07 11:40:28 +08:00
parent 0747227fc3
commit c570913f68
2 changed files with 6 additions and 1 deletions

3
go.mod
View File

@@ -4,11 +4,12 @@ go 1.18
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
require (
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
github.com/cespare/xxhash v1.1.0
github.com/go-sql-driver/mysql v1.5.0
github.com/iwind/TeaGo v0.0.0-20220304043459-0dd944a5b475
github.com/iwind/TeaGo v0.0.0-20230207032553-d6dcde0cd518
github.com/iwind/gosock v0.0.0-20211103081026-ee4652210ca4
github.com/miekg/dns v1.1.43
github.com/shirou/gopsutil/v3 v3.22.5