summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-06-27 21:00:59 +0800
committerxuri <xuri.me@gmail.com>2022-06-27 21:00:59 +0800
commit301f7bc21755cdf7c91c9acd50ddcdcf0285f779 (patch)
tree9c549c73aae6ffd01c152bc6b87643c9be24c81d /go.mod
parent2e1b0efadc0519fa4572b2437401bf2993366a07 (diff)
This closes #1260, fixes compiling issue under 32-bit, and new formula functions
- ref #65, new formula functions: DCOUNT and DCOUNTA - support percentile symbol in condition criteria expression - this update dependencies module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index b08e3d2..4d628fc 100644
--- a/go.mod
+++ b/go.mod
@@ -8,11 +8,11 @@ require (
github.com/richardlehane/mscfb v1.0.4
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/stretchr/testify v1.7.1
- github.com/xuri/efp v0.0.0-20220407160117-ad0f7a785be8
+ 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-20220525230936-793ad666bf5e
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
- golang.org/x/net v0.0.0-20220524220425-1d687d428aca
+ golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.0 // indirect
)