diff options
author | xuri <xuri.me@gmail.com> | 2021-03-21 23:45:36 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-03-21 23:59:58 +0800 |
commit | 874d59cee02b5fab36e7cf5e2595c473f65f6c9d (patch) | |
tree | 0e51c5263e799400349742c7eaa662e60db5bc83 /go.mod | |
parent | d3227393efb037bc13a4b5f7b150715f22761b4d (diff) |
related issue #65 fn: FIXED
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ require ( 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-20210220033148-5ea612d1eb83 - golang.org/x/image v0.0.0-20201208152932-35266b937fa6 - golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 + golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 + 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 ) |