mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
22 lines
907 B
Modula-2
22 lines
907 B
Modula-2
module github.com/thinkhy/go-adb
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/cheggaaa/pb v2.0.6+incompatible
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.5.2
|
|
github.com/mattn/go-colorable v0.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3
|
|
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
|
|
gopkg.in/cheggaaa/pb.v2 v2.0.6 // indirect
|
|
gopkg.in/fatih/color.v1 v1.7.0 // indirect
|
|
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
|
|
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
|
|
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
|
|
)
|