summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-04-11 00:04:00 +0800
committerxuri <xuri.me@gmail.com>2022-04-11 00:04:00 +0800
commitc1940c2a1ebd66519bb85abaa2fd7985f0430985 (patch)
treec19d436c320ba46d8f42e7cbb960654e8cfe6b40 /go.mod
parent9b8f1a15e1b75f56d9305b49212ee34ec085943f (diff)
This includes new formula functions support, dependencies upgrade, and bug fix
- Fix page setup fields parsing issue - Go Modules dependencies upgrade - Ref #65, CONFIDENCE.T and PHI - Ref #1198, Fix the issue that the chart axis maximum and minimum didn't work when the value is 0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 16874b2..116b7a1 100644
--- a/go.mod
+++ b/go.mod
@@ -6,10 +6,10 @@ require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/richardlehane/mscfb v1.0.4
github.com/stretchr/testify v1.7.0
- github.com/xuri/efp v0.0.0-20220216053911-6d8731f62184
- github.com/xuri/nfp v0.0.0-20220215121256-71f1502108b5
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292
+ github.com/xuri/efp v0.0.0-20220407160117-ad0f7a785be8
+ github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22
+ golang.org/x/crypto v0.0.0-20220408190544-5352b0902921
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
+ golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3
golang.org/x/text v0.3.7
)