summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-09-07 00:18:16 +0800
committerxuri <xuri.me@gmail.com>2022-09-07 00:18:16 +0800
commit0c5cdfec1868f31f6e355cdcb0a91220bad80522 (patch)
tree58ad95b35e5ab305bf969a168f065acf894fc1eb /go.mod
parent961a3e89330ab2cd5257e04384813a7e53ea3744 (diff)
This closes #1293, add new function `GetColStyle`
- Fix generate workbook corruption after insert cols/rows in some case - Update unit tests - Update dependencies module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b03e254..9d49dbe 100644
--- a/go.mod
+++ b/go.mod
@@ -10,9 +10,9 @@ require (
github.com/stretchr/testify v1.7.1
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-20220817201139-bc19a97f63c8
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
- golang.org/x/net v0.0.0-20220812174116-3211cb980234
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.0 // indirect
)