summaryrefslogtreecommitdiff
path: root/go.mod
blob: b96dbe2c5f256e1e4853b32f1a91f9bb8f794f51 (plain) (blame)
1
2
3
4
5
6
7
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/stretchr/testify v1.3.0
)