blob: 9f36b59039722c2e80bd52a324d9427ed1cb8548 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
module github.com/360EntSecGroup-Skylar/excelize/v2
go 1.12
require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/stretchr/testify v1.3.0
)
|