summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-10-13 00:02:53 +0800
committerxuri <xuri.me@gmail.com>2022-10-13 00:13:36 +0800
commit7363c1e3337c5f0d9c70cc8af7504b3f8c092ab4 (patch)
treeafe4236975d8144d0ffdd55fef7723b2a0295495 /go.mod
parent0e657c887bf505d62ce3bf685c518cd0ed7bc558 (diff)
Go 1.16 and later required, migration of deprecation package `ioutil`
- Improving performance for stream writer `SetRow` function, reduces memory usage over and speedup about 19% - Update dependencies module - Update GitHub workflow
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 8 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 1ce8df3..644a6aa 100644
--- a/go.mod
+++ b/go.mod
@@ -1,18 +1,17 @@
module github.com/xuri/excelize/v2
-go 1.15
+go 1.16
require (
- github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/richardlehane/mscfb v1.0.4
- github.com/richardlehane/msoleps v1.0.3 // indirect
- github.com/stretchr/testify v1.7.1
+ github.com/stretchr/testify v1.8.0
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22
- golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
- golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
- golang.org/x/net v0.0.0-20221004154528-8021a29435af
- golang.org/x/text v0.3.7
- gopkg.in/yaml.v3 v3.0.0 // indirect
+ golang.org/x/crypto v0.0.0-20221012134737-56aed061732a
+ golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
+ golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458
+ golang.org/x/text v0.3.8
)
+
+require github.com/richardlehane/msoleps v1.0.3 // indirect