2018-12-11 16:09:23 +08:00
|
|
|
module github.com/360EntSecGroup-Skylar/excelize
|
2018-12-26 13:33:40 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
2018-12-27 22:28:28 +08:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2018-12-26 13:33:40 +08:00
|
|
|
)
|