office/go.mod

33 lines
1.0 KiB
Modula-2
Raw Normal View History

2024-11-22 16:33:58 +08:00
module apigo.cc/gojs/office
2025-11-30 23:14:28 +08:00
go 1.24.0
2024-11-22 16:33:58 +08:00
require (
2025-11-30 23:14:28 +08:00
apigo.cc/gojs v0.0.28
apigo.cc/gojs/console v0.0.3
apigo.cc/gojs/file v0.0.6
github.com/ssgo/u v1.7.23
github.com/xuri/excelize/v2 v2.10.0
2024-11-22 16:33:58 +08:00
)
require (
2025-11-30 23:14:28 +08:00
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
2024-11-22 16:33:58 +08:00
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
2025-11-30 23:14:28 +08:00
github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 // indirect
2024-11-22 16:33:58 +08:00
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
2025-11-30 23:14:28 +08:00
github.com/ssgo/config v1.7.10 // indirect
github.com/ssgo/log v1.7.9 // indirect
2024-11-22 16:33:58 +08:00
github.com/ssgo/standard v1.7.7 // indirect
2025-11-30 23:14:28 +08:00
github.com/ssgo/tool v0.4.29 // indirect
github.com/tiendc/go-deepcopy v1.7.1 // indirect
github.com/xuri/efp v0.0.1 // indirect
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 // indirect
golang.org/x/crypto v0.44.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
2024-11-22 16:33:58 +08:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)