增加依赖文件
This commit is contained in:
parent
4fb1310ce5
commit
1348673a38
4
go.mod
4
go.mod
|
|
@ -7,6 +7,8 @@ require (
|
|||
github.com/tealeg/xlsx/v3 v3.2.4 // direct
|
||||
gorm.io/driver/mysql v1.4.5 // direct
|
||||
gorm.io/gorm v1.24.3 // direct
|
||||
github.com/flytam/filenamify v1.1.2 // direct
|
||||
github.com/xuri/excelize/v2 v2.7.1 // direct
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -45,7 +47,7 @@ require (
|
|||
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
||||
github.com/subosito/gotenv v1.4.2 // indirect
|
||||
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
|
||||
github.com/xuri/excelize/v2 v2.7.1 // indirect
|
||||
|
||||
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
|
||||
golang.org/x/crypto v0.8.0 // indirect
|
||||
golang.org/x/net v0.9.0 // indirect
|
||||
|
|
|
|||
Loading…
Reference in New Issue