diff options
author | xuri <xuri.me@gmail.com> | 2021-06-12 08:49:18 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-06-12 08:49:18 +0800 |
commit | 5faa36430cd77ae256a79cb52a7808d540da50da (patch) | |
tree | ca04062f5a88555d2b71c3ed8e84f453622b360c /go.mod | |
parent | 83e12cc4e5242904366a51f642596acbc9f9dd56 (diff) |
skip XML control character in the escape literal string, and update dependencies
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-20210415154028-4f45737414dc + golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb - golang.org/x/net v0.0.0-20210415231046-e915ea6b2b7d + golang.org/x/net v0.0.0-20210610132358-84b48f89b13b golang.org/x/text v0.3.6 ) |