dt_automate/go.mod

26 lines
838 B
Modula-2
Raw Normal View History

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
github.com/kbinani/screenshot v0.0.0-20250118074034-a3924b7bbc8c
github.com/playwright-community/playwright-go v0.5001.0
2025-02-26 18:58:43 +08:00
github.com/robfig/cron/v3 v3.0.1
2025-02-19 18:30:19 +08:00
github.com/super-l/machine-code v0.0.0-20241121142923-4cb40646deba
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
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
github.com/jezek/xgb v1.1.1 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)