diff options
author | xuri <xuri.me@gmail.com> | 2021-08-02 00:00:26 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-08-02 00:00:26 +0800 |
commit | 933159f9391f9be1b41b51e85885722124f8a7aa (patch) | |
tree | 2b4e26ff21c6dd5d0a292a6e1df7452e86e7c3cf /go.mod | |
parent | eaf9781e7e51d5aacf238c9cb39a249097abed33 (diff) |
Update dependencies module and bump version 2.4.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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-20210322160811-ab561f5b45e3 - golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a + golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb - golang.org/x/net v0.0.0-20210610132358-84b48f89b13b + golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 golang.org/x/text v0.3.6 ) |