You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
478 B
14 lines
478 B
module code.rocketnine.space/tslocum/adbfm |
|
|
|
go 1.15 |
|
|
|
require ( |
|
code.rocketnine.space/tslocum/cbind v0.1.5 |
|
code.rocketnine.space/tslocum/cview v1.5.4 |
|
github.com/gdamore/tcell/v2 v2.2.1 |
|
github.com/mattn/go-runewidth v0.0.12 |
|
github.com/stretchr/testify v1.6.1 // indirect |
|
github.com/zach-klippenstein/goadb v0.0.0-20201208042340-620e0e950ed7 |
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect |
|
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 // indirect |
|
)
|
|
|