From f8f699a172bd0219a8736b19091dd3eaa9eb3b25 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 4 Apr 2021 15:29:43 +0800 Subject: Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8beb465..0984d3a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/360EntSecGroup-Skylar/excelize/v2 -go 1.11 +go 1.15 require ( github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 -- cgit v1.2.1