You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
147 B
9 lines
147 B
3 weeks ago
|
module github.com/zhexiao/mtef-go
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7
|
||
|
github.com/urfave/cli v1.22.1
|
||
|
)
|