diff options
author | xuri <xuri.me@gmail.com> | 2021-03-24 08:24:59 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-03-24 08:24:59 +0800 |
commit | ab2c1c8fe1ef787c1f692bcf26c7bbe0cca2c5b3 (patch) | |
tree | 0b816ea6193707ec2ff86c44d583c6a15c7d0736 /go.mod | |
parent | bd83c27ffc11915d0f6ffaa904ed999364434792 (diff) |
#64 fn: NORM.DIST, NORMDIST, NORM.INV, NORMINV, NORM.S.DIST, NORMSDIST, NORM.S.INV, and NORMSINV
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |