go-mobile-automation/go.mod
2024-10-21 16:51:04 +08:00

18 lines
537 B
Modula-2

module code.xbase.vip/biao/go-mobile-automation
go 1.17
require (
github.com/antchfx/xmlquery v1.3.9
github.com/fantonglang/adbutils-go v0.0.0-20211229042000-4a10b0d4726b
github.com/openatx/androidutils v1.0.0
)
require (
github.com/antchfx/xpath v1.2.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/text v0.3.0 // indirect
)