blob: 8db2fe6c2f39df7e6ed9357fd10974f22087d39c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
module github.com/360EntSecGroup-Skylar/excelize
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)
|