go-mobile-automation/go.mod
2021-12-29 12:51:11 +08:00

15 lines
563 B
Modula-2

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