16 lines
376 B
Modula-2
16 lines
376 B
Modula-2
module gitea.cdlsxd.cn/self-tools/l_ai_excel_header_match
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/iancoleman/orderedmap v0.3.0
|
|
github.com/volcengine/volcengine-go-sdk v1.1.23
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/volcengine/volc-sdk-golang v1.0.23 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|