diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-26 13:01:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 13:01:49 +0800 |
commit | 551b83afab85f2911410a6fa994fe5cc883d8804 (patch) | |
tree | 8739e039db39324cd86a92a39eea1602d0e259c8 /go.mod | |
parent | 1c167b96a35a58990f777025914283b492d0785f (diff) |
This update dependencies module and GitHub Action settings
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -3,13 +3,16 @@ module github.com/xuri/excelize/v2 go 1.15 require ( + github.com/davecgh/go-spew v1.1.1 // indirect github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/richardlehane/mscfb v1.0.4 - github.com/stretchr/testify v1.7.0 + github.com/richardlehane/msoleps v1.0.3 // indirect + github.com/stretchr/testify v1.7.1 github.com/xuri/efp v0.0.0-20220407160117-ad0f7a785be8 github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 - golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 - golang.org/x/image v0.0.0-20211028202545-6944b10bf410 - golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3 + golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e + golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 + golang.org/x/net v0.0.0-20220524220425-1d687d428aca golang.org/x/text v0.3.7 + gopkg.in/yaml.v3 v3.0.0 // indirect ) |