diff options
author | xuri <xuri.me@gmail.com> | 2022-08-12 00:32:51 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-08-12 00:32:51 +0800 |
commit | 8152bbb2cec76f074dc18c43f3c66bf8abdf9de0 (patch) | |
tree | 5052a82092f141cda644c83d5e891d2edf769aa8 /go.mod | |
parent | ed91cddea59ce15da87ab744ac20b465a36ed5ef (diff) |
This closes #1312, #1313, fix number format issue
- Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions`
- Add go1.19 unit test settings, and made the test case compatible with go1.19
- Update dependencies module
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ require ( github.com/stretchr/testify v1.7.1 github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 - golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d + golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 - golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e + golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced golang.org/x/text v0.3.7 gopkg.in/yaml.v3 v3.0.0 // indirect ) |