From ab2c1c8fe1ef787c1f692bcf26c7bbe0cca2c5b3 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 24 Mar 2021 08:24:59 +0800 Subject: #64 fn: NORM.DIST, NORMDIST, NORM.INV, NORMINV, NORM.S.DIST, NORMSDIST, NORM.S.INV, and NORMSINV --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 01e837a..8beb465 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,8 @@ require ( github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/richardlehane/mscfb v1.0.3 github.com/stretchr/testify v1.6.1 - github.com/xuri/efp v0.0.0-20210311002341-9c6784cb2d17 - golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 + github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 golang.org/x/text v0.3.5 -- cgit v1.2.1