26 lines
848 B
Modula-2
26 lines
848 B
Modula-2
module gitea.cdlsxd.cn/self-tools/l-export-async
|
|
|
|
go 1.21.10
|
|
|
|
require (
|
|
github.com/duke-git/lancet/v2 v2.2.8
|
|
github.com/google/uuid v1.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/redis/go-redis/v9 v9.17.2
|
|
github.com/xuri/excelize/v2 v2.9.0
|
|
golang.org/x/sync v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.4 // indirect
|
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
|
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
)
|