2024-10-21 16:51:04 +08:00
|
|
|
module code.xbase.vip/biao/go-mobile-automation
|
2021-12-29 12:51:11 +08:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2024-10-21 16:51:04 +08:00
|
|
|
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 (
|
2021-12-29 12:51:11 +08:00
|
|
|
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
|
|
|
|
)
|