Files
whatscli/go.mod
2020-11-16 01:49:58 +01:00

14 lines
462 B
Modula-2

module github.com/normen/whatscli
go 1.15
require (
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
github.com/Rhymen/go-whatsapp v0.1.1-0.20201007125822-005103751b7a
github.com/gdamore/tcell v1.4.0
github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591
github.com/mattn/go-colorable v0.1.1
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
)