2025-02-19 18:30:19 +08:00
|
|
|
module dt_automate
|
|
|
|
|
|
|
|
go 1.23.6
|
|
|
|
|
|
|
|
require (
|
2025-02-26 23:15:11 +08:00
|
|
|
github.com/Esword618/unioffice v1.4.1
|
2025-02-19 18:30:19 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.9.0
|
2025-03-05 18:55:51 +08:00
|
|
|
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
|
2025-02-19 18:30:19 +08:00
|
|
|
github.com/kbinani/screenshot v0.0.0-20250118074034-a3924b7bbc8c
|
|
|
|
github.com/playwright-community/playwright-go v0.5001.0
|
2025-02-27 14:27:45 +08:00
|
|
|
github.com/spf13/viper v1.19.0
|
2025-02-19 18:30:19 +08:00
|
|
|
github.com/super-l/machine-code v0.0.0-20241121142923-4cb40646deba
|
2025-03-05 18:55:51 +08:00
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1114
|
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tmt v1.0.1113
|
2025-02-19 18:30:19 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
|
2025-02-27 14:27:45 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2025-02-19 18:30:19 +08:00
|
|
|
github.com/gen2brain/shm v0.1.0 // indirect
|
|
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
2025-02-27 14:27:45 +08:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2025-02-19 18:30:19 +08:00
|
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
2025-02-27 14:27:45 +08:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
2025-02-19 18:30:19 +08:00
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
2025-02-27 14:27:45 +08:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-02-19 18:30:19 +08:00
|
|
|
)
|